{ "log": { "loglevel": "info" }, "inbounds": [ { "tag": "vless-reality", "port": 8443, "listen": "0.0.0.0", "protocol": "vless", "settings": { "clients": [], "decryption": "none" }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls", "quic" ] }, "streamSettings": { "network": "raw", "security": "reality", "realitySettings": { "target": "set.reasonable.target:443", "password": "REPLACE_IT_WITH_PASSWORD", "shortIds": [ "replace_it_with_short_id" ], "privateKey": "REPLACE_IT_WITH_YOUR_PRIVATE_KEY", "serverNames": [ "set.reasonable.target" ] } } } ], "outbounds": [ { "tag": "direct", "protocol": "freedom" }, { "tag": "block", "protocol": "blackhole" } ], "routing": { "rules": [] } }