{ "log": { "access": "none", "error": "none", "loglevel": "none" }, "routing": { "domainStrategy": "AsIs", "domainMatcher": "mph", "rules": [{ "domainMatcher": "mph", "type": "field", "domains": [ "geosite:tld-cn", "geosite:geolocation-cn" ], "inboundTag": "tagin-http", "outboundTag": "tagout-direct" }] }, "inbounds": [{ "listen": "0.0.0.0", "port": 10080, "protocol": "http", "settings": { "timeout": 60, "allowTransparent": false }, "tag": "tagin-http" }], "outbounds": [{ "sendThrough": "0.0.0.0", "protocol": "socks", "settings": { "servers": [{ "address": "127.0.0.1", "port": 10086 }] }, "tag": "tagout-socks" }, { "protocol": "freedom", "tag": "tagout-direct" }] }