decrypting SOCKS proxy

README: explain options

+8 -1
+8 -1
README.md
··· 26 26 27 27 server$ bundle exec ruby sockhole.rb 28 28 29 - The `-d` option can be supplied to print debugging information. 29 + Supported options: 30 + 31 + - `-a allowed range`: add the IP/mask to the list of allowed IPs; defaults to 32 + the /24 of the listen IP 33 + - `-d`: enable debugging 34 + - `-p port`: set the listen port (defaults to 1080) 35 + - `-i ip`: set the listen IP (defaults to the first non-loopback IP on all 36 + interfaces) 30 37 31 38 ### Client Examples 32 39