brozeph / socks5

A Go port of simple-socks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socks5

Intended to be a Go port of the Node.js simple-socks module.

In Progress

To run

go run main.go 1080

In a separate terminal window, to test the server:

# standard SOCKS5
curl https://google.com --socks5 127.0.0.1:1080
# hostname resolution at server
curl https://google.com --socks5-hostname 127.0.0.1:1080
# IPv6
curl https://google.com --socks5 127.0.0.1:1080 -6

About

A Go port of simple-socks


Languages

Language:Go 100.0%