Add more specific geoip routing configuration

This commit is contained in:
loyalsoldier 2020-06-10 15:18:42 +08:00
parent 896b809632
commit 05b4021505
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -65,9 +65,25 @@ scoop install v2ray-rules-dat
"type": "field", "type": "field",
"outboundTag": "Direct", "outboundTag": "Direct",
"ip": [ "ip": [
"223.5.5.5/32",
"119.29.29.29/32",
"180.76.76.76/32",
"114.114.114.114/32",
"geoip:cn", "geoip:cn",
"geoip:private" "geoip:private"
] ]
},
{
"type": "field",
"outboundTag": "Proxy",
"ip": [
"1.1.1.1/32",
"1.0.0.1/32",
"8.8.8.8/32",
"8.8.4.4/32",
"geoip:us",
"geoip:ca"
]
} }
] ]
} }