summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/https-dns-proxy/providers/app.tiarap.doh.json
blob: 6fe4ec72d5e32cbb299808dca8b07cc3796a2c6e (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": "Tiarap Public DNS (JP)",
	"template": "https://doh.{option}/dns-query",
	"bootstrap_dns": "172.104.93.80,2400:8902::f03c:91ff:feda:c514",
	"help_link": "https://tiarap.org/",
	"params": {
		"option": {
			"description": "Variant",
			"type": "select",
			"regex": "(tiar.app|tiarap.org)",
			"options": [
				{
					"value": "tiar.app",
					"description": "Direct"
				},
				{
					"value": "tiarap.org",
					"description": "Cloudlfare Cached"
				}
			],
			"default": "tiar.app"
		}
	}
}