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:
commit
77f2d8895b
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.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"
|
||||
}
|
|
@ -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.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"
|
||||
}
|
Loading…
Reference in a new issue