mirror of
https://github.com/MaxiFan/TunnelX.git
synced 2026-05-18 07:44:48 +03:00
32 lines
598 B
JSON
32 lines
598 B
JSON
{
|
|
"log": {
|
|
"level": "warn"
|
|
},
|
|
"outbounds": [
|
|
{
|
|
"type": "vless",
|
|
"tag": "vless-out",
|
|
"server": "example.com",
|
|
"server_port": 443,
|
|
"uuid": "00000000-0000-0000-0000-000000000000",
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "example.com",
|
|
"alpn": [
|
|
"h2",
|
|
"http/1.1"
|
|
]
|
|
},
|
|
"transport": {
|
|
"type": "xhttp",
|
|
"path": "/path",
|
|
"headers": {
|
|
"Host": "example.com",
|
|
"User-Agent": "chrome"
|
|
},
|
|
"xPaddingBytes": "100-1000"
|
|
}
|
|
}
|
|
]
|
|
}
|