nextdns: remove deprecated hardened privacy option

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
This commit is contained in:
Olivier Poitrey 2021-02-11 00:22:03 +01:00 committed by Hannu Nyman
parent 42e8c249e5
commit 1020d487c3

View file

@ -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;