From 63fc0d9ee60a3c3c8f819944d683148f51d859b4 Mon Sep 17 00:00:00 2001 From: sindricn Date: Sun, 17 Aug 2025 12:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96singbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/node-info.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripts/node-info.sh b/scripts/node-info.sh index 48d6114..144c182 100644 --- a/scripts/node-info.sh +++ b/scripts/node-info.sh @@ -342,6 +342,21 @@ EOF ], "route": { "rules": [ + { + "domain_suffix": [".local"], + "outbound": "direct" + }, + { + "ip_cidr": [ + "192.168.0.0/16", + "10.0.0.0/8", + "172.16.0.0/12", + "127.0.0.0/8", + "100.64.0.0/10", + "169.254.0.0/16" + ], + "outbound": "direct" + }, { "rule_set": "geoip-cn", "outbound": "direct"