[ 原始碼: golang-github-armon-go-socks5 ]
套件:golang-github-armon-go-socks5-dev(0.0~git20160902.e753329-1)
golang-github-armon-go-socks5-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-armon-go-socks5:
- [golang-github-armon-go-socks5_0.0~git20160902.e753329-1.dsc]
- [golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz]
- [golang-github-armon-go-socks5_0.0~git20160902.e753329-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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 testsThe package lacks the following:
* Support for the BIND command * Support for the ASSOCIATE command
其他與 golang-github-armon-go-socks5-dev 有關的套件
|
|
|
|
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries