socks5proxy icon indicating copy to clipboard operation
socks5proxy copied to clipboard

一个简单的socks5代理转发服务(VPN)

Results 8 socks5proxy issues
Sort by recently updated
recently updated
newest added

你好,下载链接挂了,可否重新挂一下?

maybe in server.go line 41, dstServer, err := net.DialTCP("tcp", nil, request.RAWADDR) the same request.RAWADDR,but still build a new connect. but i don't know how to fix it

For example, I run `go run ../server/main.go -local :1235 -passwd 123` in a terminal. And run `go run ../client/main.go -local 127.0.0.1:1234 -passwd 123 -server 127.0.0.1:1235` in another terminal window(in the...

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191025021431-6c3a3bfe00ae to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191025021431-6c3a3bfe00ae&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191011191535-87dc89f01550 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191011191535-87dc89f01550&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191021144547-ec77196f6094 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191021144547-ec77196f6094&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

I am running the client and server on the local machine. Why can't I find socks package when I capture the lo network card through wireshrak