summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/gr.libredns.doh.json
blob: 037289f515c6e46ff601c44d22e5039aebc9b9b0 (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": "LibreDNS (GR)",
	"template": "https://doh.libredns.gr/{option}",
	"bootstrap_dns": "116.202.176.26",
	"help_link": "https://libredns.gr/",
	"params": {
		"option": {
			"description": "Variant",
			"type": "select",
			"regex": "(ads|dns-query)",
			"options": [
				{
					"value": "ads",
					"description": "AdBlocking Filter"
				},
				{
					"value": "dns-query",
					"description": "Standard"
				}
			],
			"default": "dns-query"
		}
	}
}