{ "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": [] } }