golang-github-armon-go-proxyproto 0.0~git20190211.68259f7-2 source package in Ubuntu

Changelog

golang-github-armon-go-proxyproto (0.0~git20190211.68259f7-2) unstable; urgency=medium

  * d/control: bump standards

 -- Dawid Dziurla <email address hidden>  Sun, 04 Aug 2019 12:19:43 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-armon-go-proxyproto_0.0~git20190211.68259f7-2.dsc 2.4 KiB 5837f0e57a9e4824b5d08a1fe4647c9533b9f43d5fbb1a5dd088fa54d8d5364f
golang-github-armon-go-proxyproto_0.0~git20190211.68259f7.orig.tar.gz 4.5 KiB 4cb38206e82ed574e2b17434dc29fa6fd2cd1cc8bbbc5498f755d5e02a1137a8
golang-github-armon-go-proxyproto_0.0~git20190211.68259f7-2.debian.tar.xz 2.2 KiB 1bb6c7a4864d3dc00d479f1153d404978b93df40ac672deefcc7c2ee3d18f829

No changes file available.

Binary packages built by this source

golang-github-armon-go-proxyproto-dev: Golang package to handle HAProxy Proxy Protocol

 This library provides the proxyproto package which can be used for
 servers listening behind HAProxy of Amazon ELB load balancers.
 Those load balancers support the use of a proxy protocol
 (http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt),
 which provides a simple mechansim for the server to get the address
 of the client instead of the load balancer.
 .
 This library provides both a net.Listener and net.Conn implementation that
 can be used to handle situation in which you may be using the proxy protocol.
 Only proxy protocol version 1, the human-readable form, is understood.
 .
 The only caveat is that one checks for the "PROXY " prefix to determine if
 the protocol is being used. If that string may occur as part of your input,
 then it is ambiguous if the protocol is being used and you may have problems.