Added squid chainings hints by Peter <pb@bieringer.de>
authoroes <oes@users.sourceforge.net>
Wed, 25 Jul 2001 13:48:54 +0000 (13:48 +0000)
committeroes <oes@users.sourceforge.net>
Wed, 25 Jul 2001 13:48:54 +0000 (13:48 +0000)
config

diff --git a/config b/config
index d71486a..bc6600e 100644 (file)
--- a/config
+++ b/config
@@ -1,7 +1,7 @@
 #  Sample Configuration file for the Internet Junkbuster 2.9.x
 
 #
-# $Id: config,v 1.17 2001/07/13 13:53:39 oes Exp $
+# $Id: config,v 1.18 2001/07/18 12:28:20 oes Exp $
 #
 
 #  Table of Contents
@@ -499,7 +499,27 @@ toggle 1
 #   forward localhost.localdomain . # Loopback address
 #   forward www.ukc.mirror.ac.uk  . # Specific host
 #
-
+#
+# Note: If you intend to chain junkbuster and squid locally, the chain
+#       broswer -> squid -> junkbuster is the recommended way.
+#
+#       Your squid configuration could then look like this:
+#
+#       # Define junkbuster as parent cache 
+#       cache_peer 127.0.0.1 8000 parent 0 no-query 
+#
+#       # Define ACL for protocol FTP 
+#       acl FTP proto FTP 
+#
+#       # Do not forward ACL FTP to junkbuster 
+#       always_direct allow FTP 
+#
+#       # Do not forward ACL CONNECT (https) to junkbuster 
+#       always_direct allow CONNECT 
+#
+#       # Forward the rest to junkbuster 
+#       never_direct allow all 
+#
 
 #############################################################################
 #  5. WINDOWS GUI OPTIONS