Welcome to mirror list, hosted at ThFree Co, Russian Federation.

com.dnsforfamily.dns-doh.lua « providers « https-dns-proxy « luasrc « luci-app-https-dns-proxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41b63ffbd7ff96a1a233afba9edc43ff1103a63b (plain)
1
2
3
4
5
6
7
8
return {
	name = "dnsforfamily",
	label = _("DNS For Family"),
	resolver_url = "https://dns-doh.dnsforfamily.com/dns-query",
	bootstrap_dns = "94.130.180.225,78.47.64.161",
	help_link = "https://dnsforfamily.com/#DNS_Servers_DNS_Over_HTTPS",
	help_link_text = "DNSForFamily.com"
}