summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.controld.freedns.json
blob: 8ee2dc3804448207d8ff83e55948c013def2a10a (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
29
30
31
32
33
34
35
36
{
	"title": "ControlD",
	"template": "https://freedns.controld.com/{option}",
	"bootstrap_dns": "76.76.2.0,2606:1a40::0",
	"help_link": "https://kb.controld.com/tutorials",
	"params": {
		"option": {
			"description": "Variant",
			"type": "select",
			"regex": "(family|p0|p1|p2|p3)",
			"options": [
				{
					"value": "family",
					"description": "Family Filter"
				},
				{
					"value": "p0",
					"description": "Standard"
				},
				{
					"value": "p1",
					"description": "Malware Filter"
				},
				{
					"value": "p2",
					"description": "Ads + Malware Filter"
				},
				{
					"value": "p3",
					"description": "Ads + Malware + Social Filter"
				}
			],
			"default": "p0"
		}
	}
}