From 05b4021505c7458efb87a173af16877822cdfb40 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 10 Jun 2020 15:18:42 +0800 Subject: [PATCH] Add more specific geoip routing configuration --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ab7080d..4b4de61 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,25 @@ scoop install v2ray-rules-dat "type": "field", "outboundTag": "Direct", "ip": [ + "223.5.5.5/32", + "119.29.29.29/32", + "180.76.76.76/32", + "114.114.114.114/32", "geoip:cn", "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" + ] } ] }