modules/admin-full: handle dnsmasq 'server' uci option (#115)
This commit is contained in:
parent
c9cbd9fe29
commit
a29163c2ae
1 changed files with 4 additions and 0 deletions
|
@ -116,4 +116,8 @@ s:option(Value, "tftp_root",
|
||||||
s:option(Value, "dhcp_boot",
|
s:option(Value, "dhcp_boot",
|
||||||
translate("Network Boot Image")).optional = true
|
translate("Network Boot Image")).optional = true
|
||||||
|
|
||||||
|
s:option(DynamicList, "server", translate("DNS forward"),
|
||||||
|
translate("List of <abbr title=\"Domain Name System\">DNS</abbr> " ..
|
||||||
|
"servers to forward requests to")).optional = true
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in a new issue