You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fangdingjun 54b53f1f16 change mode 8 years ago
..
.gitignore change mode 8 years ago
README.md minor changes 8 years ago
server.go change mode 8 years ago

README.md

socks-server

this is a socks server example.

run it

go run server.go

test it

curl --socks4 127.0.0.1:1080 http://www.google.com/
curl --socks4a 127.0.0.1:1080 http://www.google.com/
curl --socks5 127.0.0.1:1080 http://www.google.com/
curl --socks5-hostname 127.0.0.1:1080 http://www.google.com/