From fc75875164599264024d77afe56322c992b1883c Mon Sep 17 00:00:00 2001 From: mrFallon Date: Thu, 26 Mar 2026 17:41:10 +0300 Subject: [PATCH] Update sing_box_config_manager.sh fix dns hijack Fixed a conflict with dnsmasq caused by multiple listeners on UDP port 53. --- podkop/files/usr/lib/sing_box_config_manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podkop/files/usr/lib/sing_box_config_manager.sh b/podkop/files/usr/lib/sing_box_config_manager.sh index 9a0af62c..3532ceac 100644 --- a/podkop/files/usr/lib/sing_box_config_manager.sh +++ b/podkop/files/usr/lib/sing_box_config_manager.sh @@ -1178,7 +1178,7 @@ sing_box_cm_add_hijack_dns_route_rule() { --arg key "$key" \ --argjson value "$value" \ '.route.rules += [{ - action: "hijack-dns", + action: "hijack-dns", inbound: "dns-in", ($key): $value }]' }