From 758c66b9da9a34f6fb93336dd49243a692ee6228 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Wed, 18 Jul 2018 01:14:33 +0200 Subject: [PATCH] luci-admin-full: add dnsmasq allservers option Signed-off-by: Ansuel Smith (cherry picked from commit 7ff8d15e2491fd35414aafae72f80689bbb121af) --- .../luasrc/model/cbi/admin_network/dhcp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua index 855ed31f1..ae8a95f9c 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua @@ -122,6 +122,9 @@ s:taboption("advanced", Flag, "strictorder", translate("DNS servers will be queried in the " .. "order of the resolvfile")).optional = true +s:taboption("advanced", Flag, "allservers", + translate("All Servers"), + translate("Query all available upstream DNS servers")).optional = true bn = s:taboption("advanced", DynamicList, "bogusnxdomain", translate("Bogus NX Domain Override"), translate("List of hosts that supply bogus NX domain results")) -- 2.25.1