diff options
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua index cdede4d035..63e4290f00 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua @@ -1,6 +1,6 @@ return { - name = "LibreDNS (No Ads)", - label = _("LibreDNS (No Ads)"), + name = "doh.libredns.gr-ads", + label = _("LibreDNS - GR (No Ads)"), resolver_url = "https://doh.libredns.gr/ads", bootstrap_dns = "116.202.176.26,1.1.1.1", help_link = "https://libredns.gr/", |