Skip to content

Instantly share code, notes, and snippets.

@cp-i-pc
Created September 16, 2020 06:24
Show Gist options
  • Select an option

  • Save cp-i-pc/845f3548112f4f0bb7f7b4e194e59e5d to your computer and use it in GitHub Desktop.

Select an option

Save cp-i-pc/845f3548112f4f0bb7f7b4e194e59e5d to your computer and use it in GitHub Desktop.
VLESS+WS+TLS
{
// 你的其它配置
// 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