Merge pull request #6185 from ProKn1fe/luci-app-https-dns-proxy

luci-app-https-dns-proxy: Add new and update adguard dns server
This commit is contained in:
Stan Grishin 2023-01-13 14:17:38 -07:00 committed by GitHub
commit 77f2d8895b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View file

@ -2,7 +2,7 @@ return {
name = "dns-family.adguard.com", name = "dns-family.adguard.com",
label = _("AdGuard (Family Protection)"), label = _("AdGuard (Family Protection)"),
resolver_url = "https://dns-family.adguard.com/dns-query", resolver_url = "https://dns-family.adguard.com/dns-query",
bootstrap_dns = "176.103.130.132,176.103.130.134", bootstrap_dns = "94.140.14.140,94.140.14.141,2a10:50c0::1:ff,2a10:50c0::2:ff",
help_link = "https://adguard.com/en/adguard-dns/overview.html", help_link = "https://adguard-dns.io/en/public-dns.html",
help_link_text = "AdGuard.com" help_link_text = "AdGuard.com"
} }

View file

@ -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"
}

View file

@ -2,7 +2,7 @@ return {
name = "dns.adguard.com", name = "dns.adguard.com",
label = _("AdGuard (Standard)"), label = _("AdGuard (Standard)"),
resolver_url = "https://dns.adguard.com/dns-query", resolver_url = "https://dns.adguard.com/dns-query",
bootstrap_dns = "176.103.130.130,176.103.130.131", bootstrap_dns = "94.140.14.140,94.140.14.141,2a10:50c0::1:ff,2a10:50c0::2:ff",
help_link = "https://adguard.com/en/adguard-dns/overview.html", help_link = "https://adguard-dns.io/en/public-dns.html",
help_link_text = "AdGuard.com" help_link_text = "AdGuard.com"
} }