diff --git a/README.md b/README.md index 5f97c73..2bad38d 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ $ docker build -t samuelhbne/proxy-xray:amd64 -f Dockerfile.amd64 . ```shell $ docker run --rm -it samuelhbne/proxy-xray:amd64 proxy-xray -- [options] - --ltx uuid@xray-host:port - --ltt uuid@xray-host:port - --lttw uuid@xray-host:port:/webpath - --lttg uuid@xray-host:port:/svcpath - --mtt uuid@xray-host:port - --mttw uuid@xray-host:port:/webpath - --ttt password@xray-host:port - --tttw password@xray-host:port:/webpath + --ltx uuid@host:port + --ltt uuid@host:port + --lttw uuid@host:port:/webpath + --lttg uuid@host:port:/svcpath + --mtt uuid@host:port + --mttw uuid@host:port:/webpath + --ttt password@host:port + --tttw password@host:port:/webpath --stdin Read XRay config from stdin instead of auto generation $ docker run --name proxy-xray -p 21080:1080 -p 65353:53/udp -p 28123:8123 -d samuelhbne/proxy-xray:amd64 --ltx bec24d96-410f-4723-8b3b-46987a1d9ed8@mydomain.duckdns.org:443 diff --git a/run.sh b/run.sh index b8835d4..ae6cc3d 100755 --- a/run.sh +++ b/run.sh @@ -69,8 +69,6 @@ else fi else usage - echo "Missing xray option" - echo "Abort" exit 1 fi fi