]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Middleground balance setting for ICP and security for accelerator setups.
authorhno <>
Sun, 16 Feb 2003 01:18:39 +0000 (01:18 +0000)
committerhno <>
Sun, 16 Feb 2003 01:18:39 +0000 (01:18 +0000)
Make the builtin default disabled (0), but include a port in the suggested
default settings.

src/cf.data.pre

index be9e622e4480ba68fb61149c3590e8bb69541ff0..a2b669299a9ce84cdaad6ae6e5b9faa78d3d2b54 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.301 2003/02/15 18:13:35 hno Exp $
+# $Id: cf.data.pre,v 1.302 2003/02/15 18:18:39 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -246,12 +246,15 @@ DOC_END
 
 NAME: icp_port udp_port
 TYPE: ushort
-DEFAULT: 3130
+DEFAULT: 0
 LOC: Config.Port.icp
 DOC_START
        The port number where Squid sends and receives ICP queries to
-       and from neighbor caches.  Default is 3130.  To disable use
-       "0".  May be overridden with -u on the command line.
+       and from neighbor caches.  The standard UDP port for ICP is 3130.
+       Default is disabled (0).
+NOCOMMENT_START
+icp_port 3130
+NOCOMMEND_END
 DOC_END
 
 NAME: htcp_port