1 IPTABLES
="/usr/sbin/iptables"
2 TRANSOCKS_PORT
="1211" # Port that transocks listens on
. Shouldn
't need to change.
3 SOCKS_HOST="127.0.0.1" # Server and port for socks server
5 LOCAL_IPS="10.0.0.0/8 192.168.0.0/16" # Space separated list of IP/NETMASK
6 ENABLE_ROUTING="" # Set to "y" to enable. Enables socks routing for other hosts.
7 ENABLE_LOGGING="" # Logs connections to /var/log/iptables.log