mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-08 15:47:44 +00:00
Add sudo to automatic setup example in README
This commit is contained in:
parent
d94cc90663
commit
b838583bf1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
You would then run the tool as follows:
|
||||||
```bash
|
```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.
|
Apart from SOCKS5, SOCKS4 and HTTP are supported.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue