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

29 lines
748 B
JSON
Raw Normal View History

2020-04-16 16:08:47 +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
}
}
}
]
2020-04-16 16:08:47 +03:00
}