vless-xhttp.json
· 797 B · JSON
Raw
{
"log": {
"loglevel": "info"
},
"inbounds": [
{
"tag": "vless-xhttp",
"port": 8080,
"listen": "0.0.0.0",
"protocol": "vless",
"settings": {
"clients": [],
"decryption": "none"
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
},
"streamSettings": {
"network": "xhttp",
"security": "none",
"xhttpSettings": {
"mode": "stream-up",
"path": "Replace-It-With-Super-Secret-Path"
}
}
}
],
"outbounds": [
{
"tag": "DIRECT",
"protocol": "freedom"
},
{
"tag": "BLOCK",
"protocol": "blackhole"
}
],
"routing": {
"rules": []
}
}
| 1 | { |
| 2 | "log": { |
| 3 | "loglevel": "info" |
| 4 | }, |
| 5 | "inbounds": [ |
| 6 | { |
| 7 | "tag": "vless-xhttp", |
| 8 | "port": 8080, |
| 9 | "listen": "0.0.0.0", |
| 10 | "protocol": "vless", |
| 11 | "settings": { |
| 12 | "clients": [], |
| 13 | "decryption": "none" |
| 14 | }, |
| 15 | "sniffing": { |
| 16 | "enabled": true, |
| 17 | "destOverride": [ |
| 18 | "http", |
| 19 | "tls", |
| 20 | "quic" |
| 21 | ] |
| 22 | }, |
| 23 | "streamSettings": { |
| 24 | "network": "xhttp", |
| 25 | "security": "none", |
| 26 | "xhttpSettings": { |
| 27 | "mode": "stream-up", |
| 28 | "path": "Replace-It-With-Super-Secret-Path" |
| 29 | } |
| 30 | } |
| 31 | } |
| 32 | ], |
| 33 | "outbounds": [ |
| 34 | { |
| 35 | "tag": "DIRECT", |
| 36 | "protocol": "freedom" |
| 37 | }, |
| 38 | { |
| 39 | "tag": "BLOCK", |
| 40 | "protocol": "blackhole" |
| 41 | } |
| 42 | ], |
| 43 | "routing": { |
| 44 | "rules": [] |
| 45 | } |
| 46 | } |