From 983c8ff0702da758b3f1ae1f9de4065ece6a4444 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Wed, 15 Sep 2021 11:53:59 +1000 Subject: [PATCH] Rename svcpath into svcname to avoid confusion --- README.md | 4 ++-- run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a4e88f..b2d50db 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ proxy-xray --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] + --lttg id@host:port:svcname[,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] @@ -143,7 +143,7 @@ The following instruction connect to Xray server port 443 in Vless+TCP+TLS+gRPC ```shell $ docker run --name proxy-xray -p 1080:1080 samuelhbne/proxy-xray \ ---lttg myid@mydomain.duckdns.org:443:/gsvc --domain-proxy geosite:geolocation-\!cn +--lttg myid@mydomain.duckdns.org:443:gsvc --domain-proxy geosite:geolocation-\!cn ``` ### 4. Connect to TCP+TLS+Trojan server diff --git a/run.sh b/run.sh index 6d6ffe5..09f4b02 100755 --- a/run.sh +++ b/run.sh @@ -9,7 +9,7 @@ usage() { echo " --ltx id@host:port[,s=sniname.org]" echo " --ltt id@host:port[,s=sniname.org]" echo " --lttw id@host:port:/webpath[,s=sniname.org]" - echo " --lttg id@host:port:/svcpath[,s=sniname.org]" + echo " --lttg id@host:port:svcname[,s=sniname.org]" echo " --mtt id@host:port[,s=sniname.org]" echo " --mttw id@host:port:/webpath[,s=sniname.org]" echo " --ttt password@host:port[,s=sniname.org]"