From fb6706cd5c78de7bcba06de825e10e307c572632 Mon Sep 17 00:00:00 2001 From: Seyed Mahdi <39972836+SeyedHashtag@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:57:40 +0330 Subject: [PATCH] fix(config): add default domain resolver to routing configuration(singbox 1.14) --- core/scripts/normalsub/singbox.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/scripts/normalsub/singbox.json b/core/scripts/normalsub/singbox.json index e013461..cbcebd1 100644 --- a/core/scripts/normalsub/singbox.json +++ b/core/scripts/normalsub/singbox.json @@ -91,6 +91,9 @@ "route": { "auto_detect_interface": true, "final": "proxy", + "default_domain_resolver": { + "server": "local-dns" + }, "rule_set": [ { "download_detour": "direct",