-
Notifications
You must be signed in to change notification settings - Fork 0
Options
These options are required to exclude the IP address of the proxy server from the tun interface. Can be checked with:
$ ip -4 route
...
X.X.X.X via Y.Y.Y.Y dev Z metric 5
...
$ ip -6 route
...
X:X:X:X:X via Y.Y.Y.Y dev Z metric 5 pref medium
...
X - server address, Y - default gateway, Z - network device.
These options conflict with the --uid
option.
The second method is to exclude the client proxy from the tun interface. It is necessary that the proxy client be launched as a user with the specified ID. Must be specified if you want to redirect traffic through TOR.
This option conflict with the --server-ipv4
and --server-ipv6
options.
Just a client proxy port.
Your network device. You can find it out with:
$ ip link
...
3: Z: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
...
Z - network device.
If NetworkManager-dispatcher is used, $interface
must be specified.
Disables IPv6 support.
Use only if you know why.
This option runs commands from /etc/socksify-me/expert-start
on startup and from /etc/socksify-me/expert-stop
when socksify-me is stopped.