From b7a56032b924a19aa432185c6d460b55c370bf64 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:09:19 +0800 Subject: [PATCH] Update README.md --- README.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9d72c46..4cf32ca 100644 --- a/README.md +++ b/README.md @@ -43,24 +43,11 @@ Tunnel interface to proxy. Usage: tun2proxy --tun --proxy --addr Options: - -t, --tun - Name of the tun interface - - -p, --proxy - What proxy type to run - - Possible values: - - socks5: SOCKS5 server to use - - http: HTTP server to use - - -a, --addr - Server address with format IP:PORT - - -h, --help - Print help (see a summary with '-h') - - -V, --version - Print version + -t, --tun Name of the tun interface + -p, --proxy What proxy type to run [possible values: socks5, http] + -a, --addr Server address with format IP:PORT + -h, --help Print help (see more with '--help') + -V, --version Print version ``` ## TODO