From a432852b78efe3c869721af64ca437a2ef7f18a3 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Sun, 18 Aug 2024 09:59:33 +0800 Subject: [PATCH] Update cidr for direct outboundTag (#5550) Signed-off-by: Milinda Brantini --- v2rayN/v2rayN/Sample/custom_routing_white | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/v2rayN/v2rayN/Sample/custom_routing_white b/v2rayN/v2rayN/Sample/custom_routing_white index 1dfcea15..0809b1df 100644 --- a/v2rayN/v2rayN/Sample/custom_routing_white +++ b/v2rayN/v2rayN/Sample/custom_routing_white @@ -28,9 +28,15 @@ "outboundTag": "direct", "ip": [ "223.5.5.5/32", + "223.6.6.6/32", + "2400:3200::1/128", + "2400:3200:baba::1/128", "119.29.29.29/32", + "2402:4e00::/128" "180.76.76.76/32", + "2400:da00::6666/128" "114.114.114.114/32", + "114.114.115.115/32", "geoip:private", "geoip:cn" ]