From 150d62f94c6d3f34736e8b6dbb3c26785b4955ca Mon Sep 17 00:00:00 2001 From: AliBelali <121201502+AliBelali@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:44:35 +0330 Subject: [PATCH] Update default.json more reliable multi routing since most v2rar client doesn't have good database of domain names , rely on ip addresses instead of ip addresses for multi routing purposes --- 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 +}