mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
wizard: also disable dnsmasq on wizard to avoid clash
This commit is contained in:
parent
85c1e0a82f
commit
7c66c4f750
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user