From 9f596f465c1d0b0a84a7496109220757d4888374 Mon Sep 17 00:00:00 2001 From: Seyed Mahdi <39972836+SeyedHashtag@users.noreply.github.com> Date: Tue, 3 Jun 2025 01:15:55 +0330 Subject: [PATCH] fix: Correct address resolver and rule set names in singbox configuration --- core/scripts/normalsub/singbox.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/scripts/normalsub/singbox.json b/core/scripts/normalsub/singbox.json index c22f140..e013461 100644 --- a/core/scripts/normalsub/singbox.json +++ b/core/scripts/normalsub/singbox.json @@ -24,12 +24,11 @@ { "type": "https", "server": "1.1.1.1", - "address_resolver": "local-dns", "detour": "proxy", "tag": "proxy-dns" }, { - "address": "local", + "type": "local", "detour": "direct", "tag": "local-dns" } @@ -146,13 +145,13 @@ "rule_set": [ "geosite-ir", "geoip-ir", - "geosite-private" + "geoip-private" ] }, { "action": "reject", "rule_set": [ - "geoip-ads" + "geosite-ads" ] } ]