mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 04:14:40 +03:00
:q!
This commit is contained in:
16
README.md
16
README.md
@@ -68,14 +68,14 @@ Try to connect the server from Xray compatible mobile app like [v2rayNG](https:/
|
|||||||
```shell
|
```shell
|
||||||
$ docker run --rm samuelhbne/proxy-xray
|
$ docker run --rm samuelhbne/proxy-xray
|
||||||
proxy-xray <connection-options>
|
proxy-xray <connection-options>
|
||||||
--ltx <VLESS-TCP-XTLS option> id@host:port
|
--ltx <VLESS-TCP-XTLS option> id@host:port[,s=sniname.org]
|
||||||
--ltt <VLESS-TCP-TLS option> id@host:port
|
--ltt <VLESS-TCP-TLS option> id@host:port[,s=sniname.org]
|
||||||
--lttw <VLESS-TCP-TLS-WS option> id@host:port:/webpath
|
--lttw <VLESS-TCP-TLS-WS option> id@host:port:/webpath[,s=sniname.org]
|
||||||
--lttg <VLESS-TCP-TLS-GRPC option> id@host:port:/svcpath
|
--lttg <VLESS-TCP-TLS-GRPC option> id@host:port:/svcpath[,s=sniname.org]
|
||||||
--mtt <VMESS-TCP-TLS option> id@host:port
|
--mtt <VMESS-TCP-TLS option> id@host:port[,s=sniname.org]
|
||||||
--mttw <VMESS-TCP-TLS-WS option> id@host:port:/webpath
|
--mttw <VMESS-TCP-TLS-WS option> id@host:port:/webpath[,s=sniname.org]
|
||||||
--ttt <TROJAN-TCP-TLS option> password@host:port
|
--ttt <TROJAN-TCP-TLS option> password@host:port[,s=sniname.org]
|
||||||
--tttw <TROJAN-TCP-TLS-WS option> password@host:port:/webpath
|
--tttw <TROJAN-TCP-TLS-WS option> password@host:port:/webpath[,s=sniname.org]
|
||||||
-d|--debug [Optional] Start in debug mode with verbose output
|
-d|--debug [Optional] Start in debug mode with verbose output
|
||||||
-i|--stdin [Optional] Read config from stdin instead of auto generation
|
-i|--stdin [Optional] Read config from stdin instead of auto generation
|
||||||
--dns <upstream-DNS-ip> [Optional] Designated upstream DNS server IP, 1.1.1.1 will be applied by default
|
--dns <upstream-DNS-ip> [Optional] Designated upstream DNS server IP, 1.1.1.1 will be applied by default
|
||||||
|
|||||||
Reference in New Issue
Block a user