diff options
Diffstat (limited to 'applications/luci-app-nextdns/htdocs')
-rw-r--r-- | applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js b/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js index 4899fda97b..8ec5188609 100644 --- a/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js +++ b/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js @@ -8,7 +8,7 @@ return view.extend({ m = new form.Map('nextdns', _('NextDNS'), _('NextDNS Configuration.') - + '<br>' + + '<br />' + _('For further information, go to \ <a href="https://nextdns.io" target="_blank">nextdns.io</a>.')); @@ -22,7 +22,7 @@ return view.extend({ s.option(form.Value, 'config', _('Configuration ID'), _('The ID of your NextDNS configuration.') - + '<br>' + + '<br />' + _('Go to nextdns.io to create a configuration.')); o = s.option(form.Flag, 'report_client_info', _('Report Client Info'), @@ -30,12 +30,6 @@ return view.extend({ o.default = '1'; o.rmempty = false; - o = s.option(form.Flag, 'hardened_privacy', _('Hardened Privacy'), - _('When enabled, use DNS servers located in jurisdictions with strong privacy laws.') - + '<br>' - + _('Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong.')); - o.rmempty = false; - o = s.option(form.Flag, 'log_queries', _('Log Queries'), _('Log individual queries to system log.')); o.rmempty = false; |