From e072b84a5f3eb9e70eee6e3cf0575440d8e84121 Mon Sep 17 00:00:00 2001 From: Jason Lyu Date: Fri, 28 Jan 2022 21:39:19 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5f19993..4f1a69b 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,7 @@ Welcome to the official Wiki page for [xjasonlyu/tun2socks](https://github.com/x - Download precompiled binary from [Releases](https://github.com/xjasonlyu/tun2socks/releases) ```sh -tun2socks -device tun://tun0 -proxy socks5://1.2.3.4:1080 +tun2socks --device tun://tun0 --proxy socks5://1.2.3.4:1080 ``` ## Usage