Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/client.json

47 lines
869 B
JSON
Raw Permalink Normal View History

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10808,
"protocol": "socks",
"settings": {
"udp": true
}
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "",
"port": 443,
"users": [
{
"id": "",
"encryption": "none"
}
]
}
]
},
"streamSettings": {
"network": "splithttp",
"splithttpSettings": {
"path": "/split"
},
"security": "tls",
"tlsSettings": {
"serverName": ""
}
},
"tag": "proxy"
}
]
}