24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"title": "AdGuard",
|
|
"template": "https://dns{option}.adguard.com/dns-query",
|
|
"bootstrap_dns": "176.103.130.130,176.103.130.131",
|
|
"help_link": "https://adguard.com/en/adguard-dns/overview.html",
|
|
"params": {
|
|
"option": {
|
|
"description": "Variant",
|
|
"type": "select",
|
|
"regex": "(-family|)",
|
|
"options": [
|
|
{
|
|
"value": "-family",
|
|
"description": "Family Filter"
|
|
},
|
|
{
|
|
"value": "",
|
|
"description": "Standard"
|
|
}
|
|
],
|
|
"default": ""
|
|
}
|
|
}
|
|
}
|