Skip to content

Commit 6166e71

Browse files
committed
fix: disable use of private PTR resolvers in DNS configuration
1 parent cd7ceaa commit 6166e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/AdGuardHome.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dns:
6060
bootstrap_prefer_ipv6: false
6161
upstream_timeout: 10s
6262
private_networks: []
63-
use_private_ptr_resolvers: true
63+
use_private_ptr_resolvers: false
6464
local_ptr_upstreams: []
6565
use_dns64: false
6666
dns64_prefixes: []

0 commit comments

Comments
 (0)