Total Pageviews

Monday, 4 January 2016

vpnsocks

simple vpn with socks5 server inside.

usage:
go run gen_key_file.go <key file path>
check remote.json and local.json
build binary
at remote: vpnsocks remote.json <key file path>
at local: vpnsocks local.json <key file path>
default proxy address: 192.168.168.1:8080

from https://github.com/reusee/vpnsocks