luci-mod-network: drop unused dnsmasq ipset option
authorPaul Donald <redacted>
Mon, 2 Mar 2026 18:11:21 +0000 (19:11 +0100)
committerPaul Donald <redacted>
Mon, 2 Mar 2026 18:11:21 +0000 (19:11 +0100)
Closes #8365

Signed-off-by: Paul Donald <redacted>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dns.js

index beace41bbeebf04983be9ba7a82cb626a2cb51a9..cba74650359b544bbc0c5f39c078d71882d1e3d5 100644 (file)
@@ -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.'));
git clone https://git.99rst.org/PROJECT