* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 lines
232 B
Lua
8 lines
232 B
Lua
return {
|
|
name = "doh.libredns.gr",
|
|
label = _("LibreDNS - GR"),
|
|
resolver_url = "https://doh.libredns.gr/dns-query",
|
|
bootstrap_dns = "116.202.176.26,1.1.1.1",
|
|
help_link = "https://libredns.gr/",
|
|
help_link_text = "LibreDNS.gr"
|
|
}
|