Browse Source

Add sudo to automatic setup example in README

pull/30/head
B. Blechschmidt 3 years ago
parent
commit
b838583bf1
  1. 2
      README.md

2
README.md

@ -15,7 +15,7 @@ describing the manual setup, except that a bind mount is used to overlay the `/e
You would then run the tool as follows:
```bash
./target/release/tun2proxy --setup auto --proxy "socks5://1.2.3.4:1080"
sudo ./target/release/tun2proxy --setup auto --proxy "socks5://1.2.3.4:1080"
```
Apart from SOCKS5, SOCKS4 and HTTP are supported.

Loading…
Cancel
Save