From: John Crispin Date: Fri, 11 Dec 2015 15:06:59 +0000 (+0000) Subject: dnsmasq: Add option "--all-servers" X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=725fc09cec4c310d06ca17267775acc5c9aa4033;p=librecmc%2Flibrecmc.git dnsmasq: Add option "--all-servers" Add the option "--all-servers" which forces dnsmasq to send all queries to all servers and then take the first answer. Signed-off-by: Andréas Gustafsson SVN-Revision: 47857 --- diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index 1b42cff394..d593a51dea 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -136,6 +136,7 @@ dnsmasq() { append_bool "$cfg" localservice "--local-service" append_bool "$cfg" quietdhcp "--quiet-dhcp" append_bool "$cfg" sequential_ip "--dhcp-sequential-ip" + append_bool "$cfg" allservers "--all-servers" append_parm "$cfg" dhcpscript "--dhcp-script" append_parm "$cfg" cachesize "--cache-size"