From 2794cad5330e709b7e88ab636b79652880672b6d Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Thu, 4 Sep 2025 12:35:53 +0500 Subject: [PATCH] fix: Remove direct outbound from DNS server configuration to prevent invalid detour --- podkop/files/usr/bin/podkop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index aae2ad2..ba8ba82 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -774,7 +774,7 @@ sing_box_configure_dns() { config=$( sing_box_cf_add_dns_server "$config" "$dns_type" "$SB_DNS_SERVER_TAG" "$dns_server" "" "" \ - "$SB_DNS_DOMAIN_RESOLVER_TAG" "$SB_DIRECT_OUTBOUND_TAG" + "$SB_DNS_DOMAIN_RESOLVER_TAG" ) if [ "$split_dns_enabled" -eq 1 ]; then