Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet-ter-m1-wic-openwrt
luci
Commits
5ca32844
Unverified
Commit
5ca32844
authored
Sep 14, 2020
by
Florian Eckert
Committed by
GitHub
Sep 14, 2020
Browse files
Merge pull request #3265 from najdanovicivan/patch-2
luci-mod-network: add address parameter in DHCP for dnsmasq
parents
a9e62b55
84639293
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
View file @
5ca32844
...
...
@@ -282,6 +282,13 @@ return view.extend({
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
'
),
_
(
'
Discard upstream RFC1918 responses
'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment