Penguin

Differences between version 11 and previous revision of ufdbGuard.

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

Newer page: version 11 Last edited on Thursday, December 1, 2005 8:52:53 pm by MarcusKool Revert
Older page: version 10 Last edited on Thursday, July 21, 2005 10:22:36 pm by MarcusKool Revert
@@ -1,22 +1,23 @@
 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 [URL]s of undesired web content. 
-Such a list is referred to as a [URLFilterDatabase]. 
+Such a list is referred to as a [URLFilterDatabase] or a URL blacklist
  
-ufdbGuard is free and based on [SquidGuard]. 
+ufdbGuard is very fast, 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 only add the following 2 lines: 
 <pre> 
- redirect_program /local/squid/bin/ufdbGuard -c /local/squid/etc/ufdbGuard.conf  
- redirect_children 2  
+ redirect_program /local/squid/bin/ufdbgclient -c /local/squid/etc/ufdbGuard.conf  
+ redirect_children 16  
 </pre> 
+and start the multithreaded ufdbguardd daemon.<br>  
 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]. 
 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).