diff options
-rw-r--r-- | config/unbound/unbound.inc | 5 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index d8520390..f38aebb1 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -572,11 +572,10 @@ EOD; # Handle custom options if (!empty($adv_config['custom_options'])) { - $custom_options = explode(";", ($unbound_config['custom_options'])); + $custom_options = explode(";", ($adv_config['custom_options'])); $unbound_conf .= "\n# Unbound Custom options\n"; - foreach ($custom_options as $ent) { + foreach ($custom_options as $ent) $unbound_conf .= $ent."\n"; - } } $unbound_conf .= <<<EOD diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 4fbbbe78..aca3f3b3 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1583,7 +1583,7 @@ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.4.21_2</version> + <version>1.4.21_3</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index eb07225c..05ce8f0c 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1570,7 +1570,7 @@ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.4.21_2</version> + <version>1.4.21_3</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> |