Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed Jan 19, 2025
1 parent b450ae8 commit 6ed8216
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Contents/network/vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,17 @@ WantedBy=graphical.target
sudo pacman -S sshuttle

sudo sshuttle -v -r [email protected] 0/0 -x 51.89.88.80 --disable-ipv6

# sudo nano /etc/resolv.conf
# nameserver 1.1.1.1
# nameserver 4.2.2.4
# sudo systemctl restart systemd-resolved.service
# sudo sshuttle -v -r [email protected] 0/0 -x 0.0.0.0/0 --dns --disable-ipv6


# sudo sshuttle -v -r [email protected] 0.0.0.0/0 --dns --disable-ipv6
# sudo sshuttle -vv -r [email protected] 0/0 -x 0.0.0.0 --dns --disable-ipv6
# sudo sshuttle -vvvv -r [email protected] 0/0 -x 51.89.88.80 --dns --disable-ipv6
# sudo sshuttle -vvvv -r [email protected] 0.0.0.0/0 --dns --disable-ipv6
```

## openVPN Over Socks
Expand Down

0 comments on commit 6ed8216

Please sign in to comment.