Skip to content

Instantly share code, notes, and snippets.

@0x2f0713
Created March 2, 2022 07:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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