summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/com.cloudflare-dns.json
blob: 16f668911d094eea7d8653ee313de64aaabd4370 (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": "Cloudflare",
	"template": "https://{option}cloudflare-dns.com/dns-query",
	"bootstrap_dns": "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001",
	"help_link": "https://one.one.one.one/",
	"params": {
		"option": {
			"description": "Variant",
			"type": "select",
			"regex": "(family.||security.)",
			"options": [
				{
					"value": "family.",
					"description": "Family Filter"
				},
				{
					"value": "",
					"description": "Standard"
				},
				{
					"value": "security.",
					"description": "Security Filter"
				}
			],
			"default": ""
		}
	}
}