summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.adguard.dns.json
blob: a0d5010de4b931a3d90ff016fd548621c21e15b6 (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
25
26
27
28
{
	"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"
		}
	}
}