diff options
author | Warren Baker <warren@decoy.co.za> | 2011-06-12 16:09:39 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-06-12 16:09:39 +0200 |
commit | ec437bd2e056cf2cbce378c30a88ac56a2c55d2e (patch) | |
tree | 6d844ed7c4e71b03119f465d31b529146fefbb3d /config/unbound/unbound_acls.xml | |
parent | d1a76d47f2564975c5c6c852acfccfd405cd80fd (diff) | |
download | pfsense-packages-ec437bd2e056cf2cbce378c30a88ac56a2c55d2e.tar.gz pfsense-packages-ec437bd2e056cf2cbce378c30a88ac56a2c55d2e.tar.bz2 pfsense-packages-ec437bd2e056cf2cbce378c30a88ac56a2c55d2e.zip |
Cater for Advanced page.
Diffstat (limited to 'config/unbound/unbound_acls.xml')
-rw-r--r-- | config/unbound/unbound_acls.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/unbound/unbound_acls.xml b/config/unbound/unbound_acls.xml index 028e4bb5..705f781f 100644 --- a/config/unbound/unbound_acls.xml +++ b/config/unbound/unbound_acls.xml @@ -41,7 +41,7 @@ <faq/> <name>unboundacls</name> <version>1.4.8</version> - <title>Services: Unbound DNS Forwarder: ACLs</title> + <title>Services: Unbound DNS Forwarder: Access Lists</title> <include_file>/usr/local/pkg/unbound.inc</include_file> <menu> <name>Unbound DNS</name> @@ -55,9 +55,14 @@ <url>/pkg_edit.php?xml=unbound.xml&id=0</url> </tab> <tab> + <text>Unbound DNS Advanced Settings</text> + <url>/pkg_edit.php?xml=unbound_advanced.xml&id=0</url> + </tab> + <tab> <text>Unbound DNS ACLs</text> <url>/pkg.php?xml=unbound_acls.xml</url> <active/> + <no_drop_down/> </tab> <tab> <text>Unbound DNS Status</text> |