summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
index d7620e7f47..540e9f8eb1 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
@@ -186,6 +186,13 @@ return L.view.extend({
o.placeholder = '/example.org/10.1.2.3';
+ o = s.taboption('general', form.DynamicList, 'address', _('Addresses'),
+ _('List of domains to force to an IP address.'));
+
+ o.optional = true;
+ o.placeholder = '/router.local/192.168.0.1';
+
+
o = s.taboption('general', form.Flag, 'rebind_protection',
_('Rebind protection'),
_('Discard upstream RFC1918 responses'));