golang-github-armon-go-socks5 0.0~git20160902.e753329-1.1 source package in Ubuntu

Changelog

golang-github-armon-go-socks5 (0.0~git20160902.e753329-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 13:36:23 +0100

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.dsc 2.4 KiB 19d63cd55447111ff8fa314fe12c8e3659dbc10740a0f3062163e3358abba163
golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz 7.9 KiB b3ad7371c809f907521f8823dca74571663fd8c6c74d9f7c7c39d0168b69cb20
golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.debian.tar.xz 2.9 KiB 9a1b6aa993db62bcf4d82772250d080f468c43bca5de803f6c2de53e52ae5d0e

No changes file available.

Binary packages built by this source

golang-github-armon-go-socks5-dev: SOCKS5 server in Golang

 Provides the socks5 package that implements a SOCKS5 server
 (http://en.wikipedia.org/wiki/SOCKS). SOCKS (Secure Sockets) is used
 to route traffic between a client and server through an intermediate
 proxy layer. This can be used to bypass firewalls or NATs. Feature The
 package has the following features:
  * "No Auth" mode
  * User/Password authentication
  * Support for the CONNECT command
  * Rules to do granular filtering of commands
  * Custom DNS resolution
  * Unit tests
 The package lacks the following:
  * Support for the BIND command
  * Support for the ASSOCIATE command