Browse Source

Update README example

973f7225e8 changed the CLI. Reflect that
change in the README example.
pull/9/head
B. Blechschmidt 3 years ago
parent
commit
072701c379
  1. 2
      README.md

2
README.md

@ -27,7 +27,7 @@ sudo ip route add "$PROXY_IP" $(ip route | grep '^default' | cut -d ' ' -f 2-)
sudo ip route add 128.0.0.0/1 dev tun0
sudo ip route add 0.0.0.0/1 dev tun0
./target/release/tun2proxy --tun tun0 --socks5 "$PROXY_IP:$PROXY_PORT"
./target/release/tun2proxy --tun tun0 --proxy socks5 --addr "$PROXY_IP:$PROXY_PORT"
```
Note that if you paste these commands into a shell script, which you then run with `sudo`, you might want to replace

Loading…
Cancel
Save