Skip to content

Instantly share code, notes, and snippets.

@0x2f0713
Created March 2, 2022 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x2f0713/8031c823eebe7af8af636659a477bcb8 to your computer and use it in GitHub Desktop.
Save 0x2f0713/8031c823eebe7af8af636659a477bcb8 to your computer and use it in GitHub Desktop.
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