summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-03-29 11:23:56 +0200
committerWarren Baker <warren@decoy.co.za>2014-03-29 11:23:56 +0200
commit0ae676cd0cdf01634bb14c5d739c768c55ab842c (patch)
treed3e98176180aecf05685f173375e635bbce62f86 /etc/inc/unbound.inc
parent957bb61e6d78680a9ba85287ad53ae148aad7dfe (diff)
downloadpfsense-0ae676cd0cdf01634bb14c5d739c768c55ab842c.zip
pfsense-0ae676cd0cdf01634bb14c5d739c768c55ab842c.tar.gz
Add missing new line
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r--etc/inc/unbound.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc
index db14063..51730ea 100644
--- a/etc/inc/unbound.inc
+++ b/etc/inc/unbound.inc
@@ -126,7 +126,7 @@ EOF;
// Allow DNS Rebind for forwarded domains
if ((isset($config['unbound']['domainoverrides']) && is_array($config['unbound']['domainoverrides'])) && !isset($config['system']['webgui']['nodnsrebindcheck'])) {
- $private_domains = "# Set private domains in case authoritative name server returns a Private IP address";
+ $private_domains = "# Set private domains in case authoritative name server returns a Private IP address\n";
$private_domains .= unbound_add_domain_overrides(true);
}
OpenPOWER on IntegriCloud