mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 18:41:54 +08:00
45e3d1ac19
* update license ID and copyright in Makefile * add a short README with link to full documentation * switch doc link from melmac.net to melmac.ca * add donate text/URL * attempt to fix bootstrap DNS loading/saving from json * add DNS4EU provider (thanks @rikroe) * add OpenNameServer provider (thanks @Phoenix616) Signed-off-by: Stan Grishin <stangri@melmac.ca>
37 lines
900 B
JSON
37 lines
900 B
JSON
{
|
|
"title": "DNS4EU",
|
|
"template": "https://{option}.joindns4.eu/dns-query",
|
|
"bootstrap_dns": "86.54.11.100,86.54.11.200,2a13:1001::86:54:11:100,2a13:1001::86:54:11:200",
|
|
"help_link": "https://www.joindns4.eu/for-public/",
|
|
"params": {
|
|
"option": {
|
|
"description": "Variant",
|
|
"type": "select",
|
|
"regex": "(unfiltered|protective|noads|child|child-noads)",
|
|
"options": [
|
|
{
|
|
"value": "unfiltered",
|
|
"description": "Unfiltered"
|
|
},
|
|
{
|
|
"value": "protective",
|
|
"description": "Protective (blocks malicous and fraudulent websites)"
|
|
},
|
|
{
|
|
"value": "noads",
|
|
"description": "Protective with ad-blocking"
|
|
},
|
|
{
|
|
"value": "child",
|
|
"description": "Protective with child protection"
|
|
},
|
|
{
|
|
"value": "child-noads",
|
|
"description": "Protective with child protection & ad-blocking"
|
|
}
|
|
],
|
|
"default": "unfiltered"
|
|
}
|
|
}
|
|
}
|