mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-mod-network: drop unused dnsmasq ipset option
Closes #8365 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -243,12 +243,6 @@ return view.extend({
|
||||
o.optional = true;
|
||||
o.placeholder = '/router.local/router.lan/192.168.0.1';
|
||||
|
||||
o = s.taboption('general', form.DynamicList, 'ipset',
|
||||
_('IP sets'),
|
||||
_('List of IP sets to populate with the IPs of DNS lookup results of the FQDNs also specified here.'));
|
||||
o.optional = true;
|
||||
o.placeholder = '/example.org/ipset,ipset6';
|
||||
|
||||
o = s.taboption('general', form.Flag, 'allservers',
|
||||
_('All servers'),
|
||||
_('Query all available upstream resolvers.') + ' ' + _('First answer wins.'));
|
||||
|
||||
Reference in New Issue
Block a user