luci-app-https-dns-proxy: Add new and update adguard dns server
Add adguard unsecured dns provider and update ips on existents based on https://adguard-dns.io/en/public-dns.html info. Also added ipv6 bootstrap_dns ips. Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
This commit is contained in:
parent
b0b9a34f8b
commit
a2fef4a326
3 changed files with 12 additions and 4 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
name = "dns-family.adguard.com",
|
||||
label = _("AdGuard (Family Protection)"),
|
||||
resolver_url = "https://dns-family.adguard.com/dns-query",
|
||||
bootstrap_dns = "176.103.130.132,176.103.130.134",
|
||||
help_link = "https://adguard.com/en/adguard-dns/overview.html",
|
||||
bootstrap_dns = "94.140.14.15,94.140.15.16,2a10:50c0::bad1:ff,2a10:50c0::bad2:ff",
|
||||
help_link = "https://adguard-dns.io/en/public-dns.html",
|
||||
help_link_text = "AdGuard.com"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
name = "dns-unfiltered.adguard.com",
|
||||
label = _("AdGuard (Non-filtering)"),
|
||||
resolver_url = "https://dns-unfiltered.adguard.com/dns-query",
|
||||
bootstrap_dns = "94.140.14.140,94.140.14.141,2a10:50c0::1:ff,2a10:50c0::2:ff",
|
||||
help_link = "https://adguard-dns.io/en/public-dns.html",
|
||||
help_link_text = "AdGuard.com"
|
||||
}
|
|
@ -2,7 +2,7 @@ return {
|
|||
name = "dns.adguard.com",
|
||||
label = _("AdGuard (Standard)"),
|
||||
resolver_url = "https://dns.adguard.com/dns-query",
|
||||
bootstrap_dns = "176.103.130.130,176.103.130.131",
|
||||
help_link = "https://adguard.com/en/adguard-dns/overview.html",
|
||||
bootstrap_dns = "94.140.14.14,94.140.15.15,2a10:50c0::ad1:ff,2a10:50c0::ad2:ff",
|
||||
help_link = "https://adguard-dns.io/en/public-dns.html",
|
||||
help_link_text = "AdGuard.com"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue