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" + ] } ] }