mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 18:41:54 +08:00
8f92f8b403
AdGuard seems to have drastically changed their DoH servers URLs, so this change updates the root/usr/share/https-dns-proxy/providers/com.adguard.dns.json file. Fixes https://github.com/openwrt/luci/issues/7038 Also include minor Makefile changes for better menuconfig presence. Signed-off-by: Stan Grishin <stangri@melmac.ca>
29 lines
593 B
JSON
29 lines
593 B
JSON
{
|
|
"title": "AdGuard",
|
|
"template": "https://{option}.adguard-dns.com/dns-query",
|
|
"bootstrap_dns": "94.140.14.140,94.140.14.141",
|
|
"help_link": "https://adguard-dns.io/en/public-dns.html",
|
|
"params": {
|
|
"option": {
|
|
"description": "Variant",
|
|
"type": "select",
|
|
"regex": "(dns|unfiltered|family)",
|
|
"options": [
|
|
{
|
|
"value": "dns",
|
|
"description": "Default (Blocks ads and trackers)"
|
|
},
|
|
{
|
|
"value": "unfiltered",
|
|
"description": "Unfiltered"
|
|
},
|
|
{
|
|
"value": "family",
|
|
"description": "Family Filter"
|
|
}
|
|
],
|
|
"default": "dns"
|
|
}
|
|
}
|
|
}
|