Commit 45f573e8 authored by Ad Schellevis's avatar Ad Schellevis
parent 78eaeba0
......@@ -176,7 +176,7 @@ EOF;
// Add custom Unbound options
if ($config['unbound']['custom_options']) {
$custom_options = "# Unbound custom option";
$custom_options = "# Unbound custom option\n";
foreach (preg_split('/\s+/', $config['unbound']['custom_options']) as $ent)
$custom_options .= $ent."\n";
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment