0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-22 14:38:36 +00:00
XTLS_Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/client.jsonc
2025-06-04 09:30:44 +08:00

47 lines
863 B
Plaintext

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "::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"
}
]
}