This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo tun2socks --device tun://tun0 --proxy http://192.168.186.209:44355 --interface ens33 | |
sudo ip addr add 127.254.254.1/32 dev tun0 | |
sudo ip link set tun0 up | |
sudo ip route add default dev tun0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment