{ "remarks": "🛡️ Anonymous DoH Proxy", "log": { "loglevel": "warning" }, "dns": { "servers": [ { "address": "**********" // Insert your DoH proxy URL here } ], "queryStrategy": "UseIP" }, "inbounds": [ { "port": 10808, "listen": "127.0.0.1", "protocol": "socks", "settings": { "auth": "noauth", "udp": true }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] } }, { "port": 10809, "listen": "127.0.0.1", "protocol": "http", "settings": {}, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] } } ], "outbounds": [ { "protocol": "freedom", "settings": { "domainStrategy": "UseIP" }, "tag": "direct" } ], "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "outboundTag": "direct", "network": "udp,tcp" } ] } }