Penguin

Differences between version 8 and predecessor to the previous major change of ufdbGuard.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Thursday, July 21, 2005 9:41:53 pm by MarcusKool Revert
Older page: version 6 Last edited on Tuesday, May 17, 2005 8:46:05 am by JohnMcPherson Revert
@@ -1,11 +1,22 @@
 ufdbGuard is the fastest URL filter available for [Squid]. 
-It does 30 ,000 URL verifications/sec on a 2.8 GHz CPU. 
+It does 25 ,000 URL verifications/sec on a 2.8 GHz CPU.  
+A URL filter needs a list of URLs of undesired web content.  
+Such a list is referred to as a [URLFilterDatabase]
  
 ufdbGuard is free and based on [SquidGuard]. 
 You can download it at the [home of ufdbGuard | http://www.urlfilterdb.com] 
 and [SourceForge | http://sourceforge.net/projects/ufdbguard/]. 
  
-A URL filter needs a list of URLs of undesired web content .  
-Such a list is referred to as a [URLFilterDatabase ]. 
+To use ufdbGuard you need to edit the squid .conf file and only add the following 2 lines: %%%  
+<pre>  
+ redirect_program /local/squid/bin/ufdbGuard -c /local/squid/etc/ufdbGuard.conf  
+ redirect_children 2  
+</pre>  
+More details about how to configure ufdbGuard can be found at  
+ [home of ufdbGuard | http://www.urlfilterdb.com ].  
+  
+  
  
-ufdbGuard is [Free] software, licensed under the [GPL], but you must pay to have access to its database of URLS to block (and updates to the list). 
+ufdbGuard is [Free] software, licensed under the [GPL].  
+You can use one of the [free | http://cri.univ-tlse1.fr/documentations/cache/squidguard_en.html] URL databases or  
+ pay to have access to the [commercial database | http://www.urlfilterdb.com] of URLS to block (and updates to the list).