Commit 45f573e8 authored by Ad Schellevis's avatar Ad Schellevis
parent 78eaeba0
...@@ -176,7 +176,7 @@ EOF; ...@@ -176,7 +176,7 @@ EOF;
// Add custom Unbound options // Add custom Unbound options
if ($config['unbound']['custom_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) foreach (preg_split('/\s+/', $config['unbound']['custom_options']) as $ent)
$custom_options .= $ent."\n"; $custom_options .= $ent."\n";
} else { } 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