From 7c66c4f7506efe095277a17076c8febbec263e45 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 21 Dec 2017 09:44:10 +0100 Subject: [PATCH] wizard: also disable dnsmasq on wizard to avoid clash --- src/wizard/system.xml | 3 +++ 1 file changed, 3 insertions(+) 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']); + } } ]]>