Update README.md

This commit is contained in:
Samuel
2021-08-23 07:24:48 +10:00
committed by GitHub
parent 38c577515a
commit 98a04d55c1

View File

@@ -221,6 +221,7 @@ The following instruction start server-trojan in debug mode. Output Xray config
```shell ```shell
$ docker run --rm -p 80:80 -p 443:443 -it samuelhbne/server-xray \ $ docker run --rm -p 80:80 -p 443:443 -it samuelhbne/server-xray \
-k https://duckdns.org/update/mydomain/c9711c65-db21-4f8c-a790-2c32c93bde8c \ -k https://duckdns.org/update/mydomain/c9711c65-db21-4f8c-a790-2c32c93bde8c \
--mttw myid@mydomain.duckdns.org:/webpath -r mydomain.duckdns.org --debug --mttw d=mydomain.duckdns.org,u=myid,w=/websocket,f=microsoft.com:80 \
-r mydomain.duckdns.org --debug
... ...
``` ```