From b838583bf1ba0844badb6bf6ce75ce082f7c7548 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 16 Apr 2023 10:28:52 +0200 Subject: [PATCH] Add sudo to automatic setup example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c256f..f425692 100644 --- a/README.md +++ b/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.