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 <gurgalof@gmail.com>

SVN-Revision: 47857
v19.07.3_mercusys_ac12_duma
John Crispin 9 years ago
parent 90e4b76bd1
commit 725fc09cec

@ -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"

Loading…
Cancel
Save