Created
September 16, 2020 06:24
-
-
Save cp-i-pc/845f3548112f4f0bb7f7b4e194e59e5d to your computer and use it in GitHub Desktop.
VLESS+WS+TLS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // 你的其它配置 | |
| // VLESS + WS + TLS | |
| // docker-compose.yml 在这里 https://github.com/ColetteContreras/v2ray-poseidon/tree/master/docker/sspanel/ws-tls | |
| "inbounds": [ | |
| { | |
| "port": 443, | |
| "protocol": "vless", | |
| "streamSettings": { | |
| "network": "ws", | |
| "wsSettings": { | |
| "path": "/" | |
| } | |
| }, | |
| "tag": "proxy" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment