wizard: also disable dnsmasq on wizard to avoid clash

This commit is contained in:
Franco Fichtner 2017-12-21 09:44:10 +01:00
parent 85c1e0a82f
commit 7c66c4f750

View File

@ -157,6 +157,9 @@ if (count($input_errors)) {
if (isset($config['unbound']['forwarding'])) {
unset($config['unbound']['forwarding']);
}
if (isset($config['dnsmasq']['enable'])) {
unset($config['dnsmasq']['enable']);
}
}
]]></stepsubmitphpaction>
</step>