• Stars
    star
    144
  • Rank 254,019 (Top 6 %)
  • Language
    Go
  • Created almost 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Socks5 proxy server by golang

s5.go

Socks5 proxy server by golang

reference: shadowsocks go local.go
https://github.com/shadowsocks/shadowsocks-go

Usage

$ go build s5.go
$ ./s5 -h
Usage of ./s5:
  -addr string
    	proxy listen address (default ":8080")
  -v	should every proxy request be logged to stdout
$ ./s5 -addr 127.0.0.1:2080 -v
2016/10/23 17:18:40 Listening 127.0.0.1:2080