diff --git a/etc/inc/services.inc b/etc/inc/services.inc index d014b13ab6..9554c96083 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -636,7 +636,7 @@ function services_dnsmasq_configure() { //} /* run dnsmasq */ - mwexec("/usr/local/sbin/dnsmasq --all-servers {$args}"); + mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --all-servers {$args}"); if ($g['booting']) echo "done.\n";