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.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.xml')
-rw-r--r-- | config/squidGuard/squidguard.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/config/squidGuard/squidguard.xml b/config/squidGuard/squidguard.xml index 8096680a..0616c814 100644 --- a/config/squidGuard/squidguard.xml +++ b/config/squidGuard/squidguard.xml @@ -6,7 +6,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>squidguardgeneral</name> - <version>1.3_1 pkg v.1.5</version> + <version>1.3_1 pkg v.1.6</version> <title>Proxy filter SquidGuard: General settings</title> <include_file>/usr/local/pkg/squidguard.inc</include_file> <!-- Installation --> @@ -23,15 +23,15 @@ <active/> </tab> <tab> - <text>Default</text> + <text>Common ACL</text> <url>/pkg_edit.php?xml=squidguard_default.xml&id=0</url> </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> @@ -43,6 +43,10 @@ <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> @@ -93,6 +97,11 @@ <item>http://www.pfsense.org/packages/config/squidGuard/squidguard_log.php</item> </additional_files_needed> <additional_files_needed> + <prefix>/usr/local/www/squidGuard/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.org/packages/config/squidGuard/squidguard_blacklist.php</item> + </additional_files_needed> + <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/squidGuard/sgerror.php</item> |