···26262727 server$ bundle exec ruby sockhole.rb
28282929-The `-d` option can be supplied to print debugging information.
2929+Supported options:
3030+3131+- `-a allowed range`: add the IP/mask to the list of allowed IPs; defaults to
3232+ the /24 of the listen IP
3333+- `-d`: enable debugging
3434+- `-p port`: set the listen port (defaults to 1080)
3535+- `-i ip`: set the listen IP (defaults to the first non-loopback IP on all
3636+ interfaces)
30373138### Client Examples
3239