summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json
blob: f685ba4d6019d94c5a825380379dfb8cb8434116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"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": ""
		}
	}
}