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: 5 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-25T09:50:05.000Z (6 months ago)
- Last Synced: 2025-10-25T11:39:23.206Z (6 months ago)
- Topics: bind, connect, socks, socks4, socks4-client, socks4-proxy, socks4-server, socks4a
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 9
- Watchers: 1
- 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://pkg.go.dev/github.com/wzshiming/socks4)
[](https://github.com/wzshiming/socks4/blob/master/LICENSE)
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.