Change default DNS on Google

This commit is contained in:
CodeRoK7
2025-12-14 15:51:36 +00:00
parent 4927639c28
commit 87b9c61862
8 changed files with 14 additions and 14 deletions

View File

@@ -20,6 +20,10 @@ config stubby 'global'
list trigger 'wwan0'
option log_level '0'
config resolver
option address '8.8.8.8'
option tls_auth_name 'dns.google'
config resolver
option address '94.140.14.14'
option tls_auth_name 'dns.adguard.com'
@@ -36,10 +40,6 @@ config resolver
option address '2a10:50c0::ad2:ff'
option tls_auth_name 'dns.adguard.com'
config resolver
option address '8.8.8.8'
option tls_auth_name 'dns.google'
config resolver
option address '1.1.1.1'
option tls_auth_name 'cloudflare-dns.com'