{ "log": { "loglevel": "warning" }, "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "ip": [ "geoip:private" ], "outboundTag": "block" } ] }, "inbounds": [ { "port": 443, "protocol": "trojan", "settings": { "clients": [ { "password": "", "flow": "xtls-rprx-direct" } ], "fallbacks": [ { "dest": "8001" }, { "alpn": "h2", "dest": "8002" } ] }, "streamSettings": { "network": "tcp", "security": "xtls", "xtlsSettings": { "certificates": [ { "certificateFile": "", "keyFile": "" } ] } } } ], "outbounds": [ { "protocol": "freedom", "tag": "direct" }, { "protocol": "blackhole", "tag": "block" } ] }