********* Tun2Socks ********* | Tun2Socks allows you to redirect traffic over socks, with tun interfaces. | It is pretty useful when dealing with program that don't support proxychains interception. | https://github.com/xjasonlyu/tun2socks | .. code-block:: bash sudo -i ip tuntap add mode tun dev tun1 # ip addr add 198.18.0.1/15 dev tun1 ip link set dev tun1 up ip route add 172.16.1.0/24 dev tun1 ./tun2socks-linux-amd64 -device tun://tun1 -proxy socks5://172.17.0.2:5000 |