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.
Dingjun 8a138fb3db minor changes
add some comments
fix some wrong format
change the method of forward finish check
8 years ago
..
.gitignore minor changes 8 years ago
README.md minor changes 8 years ago
server.go minor changes 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/