mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-21 06:19:08 +00:00
Fix route description
This commit is contained in:
parent
93f0444028
commit
8af93a278e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue