{ "dns": { "queryStrategy": "UseIPv4", "hosts": { "geosite:google": "www.google.com" }, "servers": [ "194.225.62.80" ] }, "inbounds": [ { "listen": "127.0.0.1", "port": 10808, "protocol": "socks", "settings": { "auth": "noauth", "udp": true, "userLevel": 8 }, "sniffing": { "destOverride": [ "http", "tls" ], "enabled": true }, "tag": "socks" }, { "listen": "127.0.0.1", "port": 10809, "protocol": "http", "settings": { "userLevel": 8 }, "tag": "http" } ], "log": { "loglevel": "none" }, "outbounds": [ { "protocol": "freedom", "settings": {}, "tag": "direct" }, { "protocol": "blackhole", "settings": { "response": { "type": "http" } }, "tag": "block" }, { "protocol": "socks", "tag": "dummy", "settings": { "servers": [ { "address": "127.0.0.1", "port": 10808 } ] } } ], "remarks": "Google Services", "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "ip": [ "10.10.34.34", "10.10.34.35", "10.10.34.36" ], "outboundTag": "block", "type": "field" } ] } }