{ "outbounds": [ { "protocol": "vmess", "settings": { "vnext": [ { "address": "233blog.com", "port": 2333, "users": [ { "id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", "alterId": 233, "security": "auto" } ] } ] }, "streamSettings": { "network": "ws" }, "mux": { "enabled": true } }, { "protocol": "freedom", "settings": {}, "tag": "direct" }, { "protocol": "blackhole", "settings": {}, "tag": "blocked" }, { "protocol": "dns", "tag": "dns-out" } ], "inbounds": [ { "port": "1099", "protocol": "dokodemo-door", "settings": { "network": "tcp,udp", "timeout": 0, "followRedirect": true } }, { "port": 2133, "tag": "dns-in", "protocol": "dokodemo-door", "settings": { "address": "119.29.29.29", "port": 53, "timeout": 0, "network": "tcp,udp" } }, { "port": 2333, "protocol": "socks", "settings": { "auth": "noauth", "udp": true } }, { "port": 6666, "protocol": "http", "settings": { "auth": "noauth", "udp": true } } ], "dns": { "servers": [ "1.1.1.1", "1.0.0.1", { "address": "119.29.29.29", "port": 53, "domains": [ "geosite:cn" ] }, "8.8.8.8", "8.8.4.4", "localhost" ] }, "routing": { "domainStrategy": "IPOnDemand", "rules": [ { "type": "field", "inboundTag": [ "dns-in" ], "outboundTag": "dns-out" }, { "type": "field", "ip": [ "geoip:private" ], "outboundTag": "blocked" }, { "type": "field", "ip": [ "geoip:cn" ], "outboundTag": "direct" }, { "type": "field", "domain": [ "geosite:cn" ], "outboundTag": "direct" } ] } }