mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-28 17:58:07 +03:00
Change default DNS on Google
This commit is contained in:
@@ -10,16 +10,16 @@ config main 'config'
|
||||
option procd_trigger_wan6 '0'
|
||||
|
||||
config doh-proxy
|
||||
option bootstrap_dns '94.140.14.14,94.140.15.15'
|
||||
option resolver_url 'https://dns.adguard-dns.com/dns-query'
|
||||
option resolver_url 'https://dns.google/dns-query'
|
||||
option bootstrap_dns '8.8.8.8,8.8.4.4'
|
||||
option listen_addr '127.0.0.1'
|
||||
option listen_port '5053'
|
||||
option user 'nobody'
|
||||
option group 'nogroup'
|
||||
|
||||
config doh-proxy
|
||||
option resolver_url 'https://dns.google/dns-query'
|
||||
option bootstrap_dns '8.8.8.8,8.8.4.4'
|
||||
option bootstrap_dns '94.140.14.14,94.140.15.15'
|
||||
option resolver_url 'https://dns.adguard-dns.com/dns-query'
|
||||
option listen_addr '127.0.0.1'
|
||||
option listen_port '5054'
|
||||
option user 'nobody'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option dns_server '8.8.8.8'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option enable_output_network_interface '0'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option dns_server '8.8.8.8'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option enable_output_network_interface '0'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option dns_server '8.8.8.8'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option enable_output_network_interface '0'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option dns_server '8.8.8.8'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option enable_output_network_interface '0'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option dns_server '8.8.8.8'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option enable_output_network_interface '0'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option dns_server '8.8.8.8'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option enable_output_network_interface '0'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user