0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-13 19:03:57 +00:00
Files
Hector Fernandez d5f80ac6e8 luci-app-https-dns-proxy: Mullvad URL update
Signed-off-by: Hector Fernandez <hector.fernandez.carmona@gmail.com>
2024-08-03 09:40:32 +02:00

42 lines
1.0 KiB
JSON

{
"title": "Mullvad",
"template": "https://{option}dns.mullvad.net/dns-query",
"bootstrap_dns": "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001,8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844",
"help_link": "https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/",
"http2_only": true,
"params": {
"option": {
"description": "Variant",
"type": "select",
"regex": "(|adblock.|base.|extended.|family.|all.)",
"options": [
{
"value": "",
"description": "Standard"
},
{
"value": "adblock.",
"description": "Ads and Trackers Filter"
},
{
"value": "base.",
"description": "Ads, Trackers, and Malware Filter"
},
{
"value": "extended.",
"description": "Ads, Trackers, Malware, and Social Media Filter"
},
{
"value": "family.",
"description": "Ads, Trackers, Malware, Adult, and Gambling"
},
{
"value": "all.",
"description": "Ads, Trackers, Malware, Adult, Gambling, and Social Media Filter"
}
],
"default": ""
}
}
}