* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 lines
274 B
Lua
8 lines
274 B
Lua
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",
|
|
help_link_text = "AdGuard.com"
|
|
}
|