diff options
author | Warren Baker <warren@decoy.co.za> | 2011-01-12 11:47:13 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-01-12 11:47:13 +0200 |
commit | 44281487dee73f86437e6f362f1872a23921019b (patch) | |
tree | bb6838bfd7a03db947e0528a9835d422a4f3a2a6 /config/unbound/unbound.xml | |
parent | 20f3822c87e64505d9e78ccdc5e0a97bbee4de99 (diff) | |
download | pfsense-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.xml')
-rw-r--r-- | config/unbound/unbound.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index a3660c1f..eeb384a9 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -40,7 +40,7 @@ <requirements/> <faq/> <name>unbound</name> - <version>1.4.6</version> + <version>1.4.7</version> <title>Services: Unbound DNS Forwarder</title> <include_file>/usr/local/pkg/unbound.inc</include_file> <menu> @@ -70,6 +70,11 @@ <chmod>0644</chmod> <item>http://www.pfsense.org/packages/config/unbound/unbound_status.php</item> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>0644</chmod> + <item>http://www.pfsense.org/packages/config/unbound/unbound_acls.xml</item> + </additional_files_needed> <tabs> <tab> <text>Unbound DNS Settings</text> @@ -77,6 +82,10 @@ <active/> </tab> <tab> + <text>Unbound ACLs</text> + <url>/pkg.php?xml=unbound_acls.xml</url> + </tab> + <tab> <text>Unbound DNS Status</text> <url>/unbound_status.php</url> </tab> |