Created
March 2, 2022 07:04
-
-
Save 0x2f0713/8031c823eebe7af8af636659a477bcb8 to your computer and use it in GitHub Desktop.
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