Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/server.jsonc

39 lines
656 B
Plaintext
Raw Normal View History

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 1234,
"protocol": "vless",
"settings": {
"clients": [
{
"id": ""
}
],
"decryption": "none"
},
"streamSettings": {
2024-10-25 18:38:33 +00:00
"network": "splithttp"
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}