1 Add dnsmasq option '--servers-file' which is available since v2.69.
3 Signed-off-by: Lars Kruse <devel@sumpfralle.de>
5 --- a/luci/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua
6 +++ b/luci/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua
7 @@ -89,6 +89,11 @@ s:taboption("advanced", Flag, "nonegcach
8 translate("No negative cache"),
9 translate("Do not cache negative replies, e.g. for not existing domains"))
11 +s:taboption("advanced", Value, "serversfile",
12 + translate("Additional servers file"),
13 + translate("This file may contain lines like 'server=/domain/1.2.3.4' or 'server=1.2.3.4' for"..
14 + "domain-specific or full upstream <abbr title=\"Domain Name System\">DNS</abbr> servers."))
16 s:taboption("advanced", Flag, "strictorder",
17 translate("Strict order"),
18 translate("<abbr title=\"Domain Name System\">DNS</abbr> servers will be queried in the " ..