diff --git a/src/wizard/system.xml b/src/wizard/system.xml index f99ec92fc..ae376ed9b 100644 --- a/src/wizard/system.xml +++ b/src/wizard/system.xml @@ -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']); + } } ]]>