mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-11 05:56:55 +03:00
fix: Remove direct outbound from DNS server configuration to prevent invalid detour
This commit is contained in:
@@ -774,7 +774,7 @@ sing_box_configure_dns() {
|
|||||||
|
|
||||||
config=$(
|
config=$(
|
||||||
sing_box_cf_add_dns_server "$config" "$dns_type" "$SB_DNS_SERVER_TAG" "$dns_server" "" "" \
|
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
|
if [ "$split_dns_enabled" -eq 1 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user