SOCKS 4 implement a proxy server support SOCKS 4 and 4A protocol.
Supports:
- SOCKS 4 connect command;
- SOCKS 4 bind command;
- Capable of resolving domain names (SOCKS 4A);
$ git clone https://github.com/cccxg/socks4.git
Start the SOCKS 4 proxy server.
$ go run cmd/main.go
time="2023-07-18 23:00:30" level=info msg="SOCKS server listen on :1080"
......
PRs accepted.
MIT © Richard McRichface