diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-01-02 16:43:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 16:43:04 -0800 |
commit | 87bed0547156aca6e31ad6c72e2cd45cf198537f (patch) | |
tree | 06b2a167f4a3c36d6c11923f63c8e151beddff0f /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua | |
parent | 8572ae032f336f49eb9ed5c3843bce57542c0c05 (diff) | |
parent | fae45215aa3a42b944270e0e75bfa1ba23e5702f (diff) |
Merge pull request #5626 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: massive providers update
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua index d225f3f877..f5a37fa4a8 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.mullvad.doh.adblocker.lua @@ -1,5 +1,5 @@ return { - name="mullvad-adblock", + name="adblock.doh.mullvad.net", label=_("Mullvad (AdBlock)"), resolver_url="https://adblock.doh.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", |