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: 5 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T14:30:39.000Z (11 months ago)
- Last Synced: 2025-01-06T01:07:22.148Z (5 months ago)
- Topics: associate, bind, connect, socks, socks5, socks5-client, socks5-proxy, socks5-server, socks5h, udp
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 92
- Watchers: 7
- Forks: 18
- 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.