Penguin

Differences between version 8 and previous revision of ufdbGuard.

Other diffs: Previous Major 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 7 Last edited on Thursday, July 21, 2005 9:36:59 pm by MarcusKool Revert
@@ -1,19 +1,22 @@
 ufdbGuard is the fastest URL filter available for [Squid]. 
 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/]. 
  
-To use ufdbGuard you need to edit the squid.conf file and add the following lines: %%%  
-redirect_program /local/squid/bin/ufdbGuard -c /local/squid/etc/ufdbGuard.conf  
-redirect_children 2 
+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]. 
  
-A URL filter needs a list of URLs of undesired web content.  
-Such a list is referred to as a [URLFilterDatabase].  
+  
  
 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).