diff options
author | Warren Baker <warren@decoy.co.za> | 2011-09-29 21:23:48 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-09-29 21:23:48 +0200 |
commit | 9667e04e3eddfcb4bc140898af8c4026c4d02b9d (patch) | |
tree | 29c14a77a2184c3f3098882c9b660e0fcefea213 /config/unbound/unbound.xml | |
parent | d7f430d3f66fa0461737b2cf2485649084c469e2 (diff) | |
download | pfsense-packages-9667e04e3eddfcb4bc140898af8c4026c4d02b9d.tar.gz pfsense-packages-9667e04e3eddfcb4bc140898af8c4026c4d02b9d.tar.bz2 pfsense-packages-9667e04e3eddfcb4bc140898af8c4026c4d02b9d.zip |
Update files to make use of new ACLs
Diffstat (limited to 'config/unbound/unbound.xml')
-rw-r--r-- | config/unbound/unbound.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index ff73d1ed..5e6361d5 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -66,9 +66,9 @@ <item>http://www.pfsense.org/packages/config/unbound/unbound_status.php</item> </additional_files_needed> <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> + <prefix>/usr/local/www/</prefix> <chmod>0644</chmod> - <item>http://www.pfsense.org/packages/config/unbound/unbound_acls.xml</item> + <item>http://www.pfsense.org/packages/config/unbound/unbound_acls.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> @@ -89,7 +89,7 @@ </tab> <tab> <text>Unbound DNS ACLs</text> - <url>/pkg.php?xml=unbound_acls.xml</url> + <url>/unbound_acls.php</url> </tab> <tab> <text>Unbound DNS Status</text> |