https://github.com/wzshiming/socks4
Socks4/Socks4a server and client. Full TCP/Bind support.
https://github.com/wzshiming/socks4
bind connect socks socks4 socks4-client socks4-proxy socks4-server socks4a
Last synced: 7 months ago
JSON representation
Socks4/Socks4a server and client. Full TCP/Bind support.
- Host: GitHub
- URL: https://github.com/wzshiming/socks4
- Owner: wzshiming
- License: mit
- Created: 2020-09-25T07:08:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T11:35:57.000Z (7 months ago)
- Last Synced: 2025-03-19T05:54:49.673Z (7 months ago)
- Topics: bind, connect, socks, socks4, socks4-client, socks4-proxy, socks4-server, socks4a
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socks4
Socks4/Socks4a server and client
[](https://github.com/wzshiming/socks4/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/socks4)
[](https://godoc.org/github.com/wzshiming/socks4)
[](https://github.com/wzshiming/socks4/blob/master/LICENSE)
[](https://gocover.io/github.com/wzshiming/socks4)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
- [Socks5](https://github.com/wzshiming/socks5)
- [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/socks4)
[Example](https://github.com/wzshiming/socks4/blob/master/cmd/socks4/main.go)
- [x] Support for the CONNECT command
- [x] Support for the BIND command## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/socks4/blob/master/LICENSE) for the full license text.