From: oes <oes@users.sourceforge.net>
Date: Wed, 25 Jul 2001 13:48:54 +0000 (+0000)
Subject: Added squid chainings hints by Peter <pb@bieringer.de>
X-Git-Tag: v_2_9_9~212
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/@default-cgi@show-url-info?a=commitdiff_plain;h=55f13fad9e909eafd47f3ca476d0926bedd80594;p=privoxy.git

Added squid chainings hints by Peter <pb@bieringer.de>
---

diff --git a/config b/config
index d71486aa..bc6600e7 100644
--- 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