ojob ojob.io/net/socksServer port=10080 log=false verbose=true localnet=true filters=192.168.1.0/16,fc00::/7
Starts a socks server
Name | Description |
---|---|
port | Port assigned to the socks server (defaults to 1080) |
log | If log=false no logging will be produced (defaults to true) |
verbose | If verbose=true it will produce a more verbose log |
localnet | Filters all proxied traffic only to private network addresses |
filters | Comma-delimited list of CIDRs to filter all traffic proxied. |