golang-github-pires-go-proxyproto 0.7.0-1 source package in Ubuntu

Changelog

golang-github-pires-go-proxyproto (0.7.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release 0.7.0

 -- Taavi Väänänen <email address hidden>  Wed, 18 Oct 2023 01:40:08 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pires-go-proxyproto_0.7.0-1.dsc 1.7 KiB 84e1e1b40251881e7b3509df11c3e0d139c745e798cb7558ef748f8ede9c32c7
golang-github-pires-go-proxyproto_0.7.0.orig.tar.gz 38.7 KiB e56a59ecbdfe5ca2f76df4c10efd6c19d0b9984ddafd8416854f4412ae855a2f
golang-github-pires-go-proxyproto_0.7.0-1.debian.tar.xz 2.6 KiB 664e5397cbc550dd353c2f209a315f0c43ec874034130291117267f4a3bc9159

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pires-go-proxyproto-dev: golang library of PROXY protocol for v1 and v2

 A Go library implementation of the PROXY protocol, versions 1 and 2
 (http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt), which
 provides a convenient way to safely transport connection > information
 such as a client's address across multiple layers of NAT or TCP >
 proxies. It is designed to require little changes to existing
 components and > to limit the performance impact caused by the
 processing of the transported > information.
 .
 This library is to be used in one of or both proxy clients and proxy
 servers that need to support said protocol. Both protocol versions, 1
 (text-based) and 2 (binary-based) are supported.