From 7eb838a31ee90d92e73e38778292938c57809260 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Tue, 31 Aug 2021 12:51:22 +1000 Subject: [PATCH] :q! --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8cd9b48..aef4d4d 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ Try to connect the server from Xray compatible mobile app like [v2rayNG](https:/ ```shell $ docker run --rm samuelhbne/proxy-xray proxy-xray - --ltx id@host:port - --ltt id@host:port - --lttw id@host:port:/webpath - --lttg id@host:port:/svcpath - --mtt id@host:port - --mttw id@host:port:/webpath - --ttt password@host:port - --tttw password@host:port:/webpath + --ltx id@host:port[,s=sniname.org] + --ltt id@host:port[,s=sniname.org] + --lttw id@host:port:/webpath[,s=sniname.org] + --lttg id@host:port:/svcpath[,s=sniname.org] + --mtt id@host:port[,s=sniname.org] + --mttw id@host:port:/webpath[,s=sniname.org] + --ttt password@host:port[,s=sniname.org] + --tttw password@host:port:/webpath[,s=sniname.org] -d|--debug [Optional] Start in debug mode with verbose output -i|--stdin [Optional] Read config from stdin instead of auto generation --dns [Optional] Designated upstream DNS server IP, 1.1.1.1 will be applied by default