https://github.com/wzshiming/socks5
Socks5/Socks5h server and client. Full TCP/Bind/UDP and IPv4/IPv6 support
https://github.com/wzshiming/socks5
associate bind connect socks socks5 socks5-client socks5-proxy socks5-server socks5h udp
Last synced: 22 days ago
JSON representation
Socks5/Socks5h server and client. Full TCP/Bind/UDP and IPv4/IPv6 support
- Host: GitHub
- URL: https://github.com/wzshiming/socks5
- Owner: wzshiming
- License: mit
- Created: 2020-09-25T07:14:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T11:35:26.000Z (7 months ago)
- Last Synced: 2025-06-01T15:52:13.765Z (4 months ago)
- Topics: associate, bind, connect, socks, socks5, socks5-client, socks5-proxy, socks5-server, socks5h, udp
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 97
- Watchers: 8
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socks5
Socks5/Socks5h server and client
[](https://github.com/wzshiming/socks5/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/socks5)
[](https://godoc.org/github.com/wzshiming/socks5)
[](https://github.com/wzshiming/socks5/blob/master/LICENSE)
[](https://gocover.io/github.com/wzshiming/socks5)This project is to add protocol support for the [Bridge](https://github.com/wzshiming/bridge), or it can be used alone
The following is the implementation of other proxy protocols
- [Socks4](https://github.com/wzshiming/socks4)
- [HTTP Proxy](https://github.com/wzshiming/httpproxy)
- [Shadow Socks](https://github.com/wzshiming/shadowsocks)
- [SSH Proxy](https://github.com/wzshiming/sshproxy)
- [Any Proxy](https://github.com/wzshiming/anyproxy)
- [Emux](https://github.com/wzshiming/emux)## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/socks5)
[Example](https://github.com/wzshiming/socks5/blob/master/cmd/socks5/main.go)
- [x] Support for the CONNECT command
- [x] Support for the BIND command
- [x] Support for the ASSOCIATE command## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/socks5/blob/master/LICENSE) for the full license text.