diff options
author | Warren Baker <warren@decoy.co.za> | 2011-03-02 14:39:26 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-03-02 14:39:26 +0200 |
commit | dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc (patch) | |
tree | 2e47b0613c2da8ea7b6219e65c5da0481406dabf /config/unbound | |
parent | 8d926b4f17438214ba32f2baed1c26f24d113d97 (diff) | |
download | pfsense-packages-dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc.tar.gz pfsense-packages-dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc.tar.bz2 pfsense-packages-dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc.zip |
Describe ACLs are for DNS and remove a link to a file that does not exist.
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound_acls.xml | 6 | ||||
-rw-r--r-- | config/unbound/unbound_status.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/unbound/unbound_acls.xml b/config/unbound/unbound_acls.xml index 9a22d888..028e4bb5 100644 --- a/config/unbound/unbound_acls.xml +++ b/config/unbound/unbound_acls.xml @@ -7,7 +7,7 @@ /* unbound_acls.xml part of the Unbound package for pfSense (http://www.pfSense.com) - Copyright (C) 2010 Warren Baker + Copyright (C) 2011 Warren Baker (warren@decoy.co.za) All rights reserved. */ /* ========================================================================== */ @@ -40,7 +40,7 @@ <requirements/> <faq/> <name>unboundacls</name> - <version>1.4.7</version> + <version>1.4.8</version> <title>Services: Unbound DNS Forwarder: ACLs</title> <include_file>/usr/local/pkg/unbound.inc</include_file> <menu> @@ -55,7 +55,7 @@ <url>/pkg_edit.php?xml=unbound.xml&id=0</url> </tab> <tab> - <text>Unbound ACLs</text> + <text>Unbound DNS ACLs</text> <url>/pkg.php?xml=unbound_acls.xml</url> <active/> </tab> diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php index 7dc43812..52dfc49d 100644 --- a/config/unbound/unbound_status.php +++ b/config/unbound/unbound_status.php @@ -134,7 +134,7 @@ function execCmds() { <?php $tab_array = array(); $tab_array[] = array(gettext("Unbound DNS Settings"), false, "/pkg_edit.php?xml=unbound.xml&id=0"); - $tab_array[] = array(gettext("Unbound ACLs"), false, "/pkg.php?xml=unbound_acls.xml"); + $tab_array[] = array(gettext("Unbound DNS ACLs"), false, "/pkg.php?xml=unbound_acls.xml"); $tab_array[] = array(gettext("Unbound DNS Status"), true, "/unbound_status.php"); display_top_tabs($tab_array); ?> |