* Makefile: change dependency from luci-mod-admin-full to luci-base * Providers: add AdGuard and AdGuard Family * Bugfix: update field value in CBI, fixes https://github.com/openwrt/luci/issues/6244 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"
|
|
}
|