Remove last traces of local custom port settings

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-05-04 22:11:50 +02:00
parent dd96847cc5
commit bd25557469

View File

@@ -213,9 +213,6 @@ function readAdlists()
}
$DNSservercount = count($DNSservers);
// Remove possibly existing localdnsport setting
exec("sudo pihole -a localdnsport 0");
// Check if at least one DNS server has been added
if($DNSservercount < 1)
{