1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update luci-mod-network to upstream

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-18 15:23:21 +02:00
parent 4c3688a642
commit 6ecd73ce73
3 changed files with 20 additions and 7 deletions

View file

@ -281,6 +281,11 @@ return view.extend({
o.placeholder = '/example.org/10.1.2.3';
// o.validate = validateServerSpec;
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'),