aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-01-12 11:47:13 +0200
committerWarren Baker <warren@decoy.co.za>2011-01-12 11:47:13 +0200
commit44281487dee73f86437e6f362f1872a23921019b (patch)
treebb6838bfd7a03db947e0528a9835d422a4f3a2a6 /config/unbound/unbound_status.php
parent20f3822c87e64505d9e78ccdc5e0a97bbee4de99 (diff)
downloadpfsense-packages-44281487dee73f86437e6f362f1872a23921019b.tar.gz
pfsense-packages-44281487dee73f86437e6f362f1872a23921019b.tar.bz2
pfsense-packages-44281487dee73f86437e6f362f1872a23921019b.zip
Added Unbound ACL's page, users can now specify which networks are allowed to query, refused, denied and allowed to snoop Unbound.
Diffstat (limited to 'config/unbound/unbound_status.php')
-rw-r--r--config/unbound/unbound_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php
index 8ea10b73..d5752b82 100644
--- a/config/unbound/unbound_status.php
+++ b/config/unbound/unbound_status.php
@@ -132,6 +132,7 @@ function execCmds() {
<?php
$tab_array = array();
$tab_array[] = array(gettext("Unbound DNS Settings"), false, "/pkg_edit.php?xml=unbound.xml&amp;id=0");
+ $tab_array[] = array(gettext("Unbound ACLs"), false, "/pkg.php?xml=unbound_acls.xml");
$tab_array[] = array(gettext("Unbound DNS Status"), true, "/unbound_status.php");
display_top_tabs($tab_array);
?>