From b61e9102e27fd3a1f69faa13ab8311c4b7df2b9a Mon Sep 17 00:00:00 2001 From: AliBelali <121201502+AliBelali@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:28:59 +0330 Subject: [PATCH] Update default.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In scenarios where using domainStrategy: "AsIs", the geoip database is sometimes ignored, and only the geosite database is checked. To ensure that both geosite and geoip databases are considered, it’s recommended to use domainStrategy: "IPIfNonMatch". --- sub/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sub/default.json b/sub/default.json index d98a03ef..840bf93e 100644 --- a/sub/default.json +++ b/sub/default.json @@ -74,7 +74,7 @@ } }, "routing": { - "domainStrategy": "AsIs", + "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", @@ -84,4 +84,4 @@ ] }, "stats": {} -} \ No newline at end of file +}