From 55f13fad9e909eafd47f3ca476d0926bedd80594 Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 25 Jul 2001 13:48:54 +0000 Subject: [PATCH] Added squid chainings hints by Peter --- config | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) 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 -- 2.39.2