From 796c15e323c825ed0f8517ef6a3e38f05f94d763 Mon Sep 17 00:00:00 2001 From: Seyed Mahdi <39972836+SeyedHashtag@users.noreply.github.com> Date: Mon, 26 May 2025 18:53:17 +0330 Subject: [PATCH] Update singbox.json fix: Changed DNS-over-HTTPS (DoH) implementation to standard UDP DNS resolution to prevent potential service disruptions in regions where HTTPS DNS domains may be blocked or restricted. --- core/scripts/normalsub/singbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/normalsub/singbox.json b/core/scripts/normalsub/singbox.json index 84fb19d..a9851ba 100644 --- a/core/scripts/normalsub/singbox.json +++ b/core/scripts/normalsub/singbox.json @@ -12,7 +12,7 @@ }, { "tag": "localDns", - "address": "https://223.5.5.5/dns-query", + "address": "udp://8.8.8.8", "detour": "direct" } ],