diff options
author | dvserg <dv_serg@mail.ru> | 2011-01-31 08:07:53 +0300 |
---|---|---|
committer | dvserg <dv_serg@mail.ru> | 2011-01-31 08:07:53 +0300 |
commit | 5930b5d48249b3fcde7c6568fbbb3da81861bfaa (patch) | |
tree | fb38bb90a5f2a5073d1950119d2f84ee01eb32fe /config/squidGuard/squidguard_default.xml | |
parent | 451241842407a299ead1a77ebace06d04701c2f0 (diff) | |
download | pfsense-packages-5930b5d48249b3fcde7c6568fbbb3da81861bfaa.tar.gz pfsense-packages-5930b5d48249b3fcde7c6568fbbb3da81861bfaa.tar.bz2 pfsense-packages-5930b5d48249b3fcde7c6568fbbb3da81861bfaa.zip |
SquidGuard blacklist update (Feature #105)
Diffstat (limited to 'config/squidGuard/squidguard_default.xml')
-rw-r--r-- | config/squidGuard/squidguard_default.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/config/squidGuard/squidguard_default.xml b/config/squidGuard/squidguard_default.xml index bcb6d41b..3d99259d 100644 --- a/config/squidGuard/squidguard_default.xml +++ b/config/squidGuard/squidguard_default.xml @@ -7,7 +7,7 @@ <faq>Currently there are no FAQ items provided.</faq> <name>squidguarddefault</name> <version>none</version> - <title>Proxy filter SquidGuard: Default</title> + <title>Proxy filter SquidGuard: Common Access Control List (ACL)</title> <include_file>/usr/local/pkg/squidguard.inc</include_file> <tabs> <tab> @@ -15,16 +15,16 @@ <url>/pkg_edit.php?xml=squidguard.xml&id=0</url> </tab> <tab> - <text>Default</text> + <text>Common ACL</text> <url>/pkg_edit.php?xml=squidguard_default.xml&id=0</url> <active/> </tab> <tab> - <text>ACL</text> + <text>Special ACL</text> <url>/pkg.php?xml=squidguard_acl.xml</url> </tab> <tab> - <text>Destinations</text> + <text>Target categories</text> <url>/pkg.php?xml=squidguard_dest.xml</url> </tab> <tab> @@ -36,13 +36,17 @@ <url>/pkg.php?xml=squidguard_rewr.xml</url> </tab> <tab> + <text>Blacklist</text> + <url>/squidGuard/squidguard_blacklist.php</url> + </tab> + <tab> <text>Log</text> <url>/squidGuard/squidguard_log.php</url> </tab> </tabs> <fields> <field> - <fielddescr>Default destination</fielddescr> + <fielddescr>Target Rules</fielddescr> <fieldname>dest</fieldname> <description></description> <type>input</type> |