1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 21:56:08 +03:00
ProxySU/TemplateConfg/xray/client/06_outbounds/WebSocketTLSWeb_client_config.json

29 lines
748 B
JSON
Raw Normal View History

2020-11-26 16:07:35 +03:00
{
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": null,
"port": 443,
"users": [
{
"id": null,
"alterId": 0,
"security": "none"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"wsSettings": {
"path": null
}
}
}
]
}