Fix route description

This commit is contained in:
B. Blechschmidt 2021-09-03 15:12:13 +02:00
parent 93f0444028
commit 8af93a278e

View file

@ -21,7 +21,7 @@ sudo ip link set tun0 up
sudo ip route add 1.2.3.4 $(ip route | grep '^default' | cut -d' ' -f2-)
# Route all your traffic through tun0 without interfering with the default route.
sudo ip route add 8.0.0.0/1 dev tun0
sudo ip route add 128.0.0.0/1 dev tun0
sudo ip route add 0.0.0.0/1 dev tun0
# Again, replace 1.2.3.4 with the IP address of the proxy server.