From aaf007ff0f3e0110519c4e4e3a2c7756840fb7a8 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 16 Feb 2003 01:18:39 +0000 Subject: [PATCH] Middleground balance setting for ICP and security for accelerator setups. Make the builtin default disabled (0), but include a port in the suggested default settings. --- src/cf.data.pre | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index be9e622e44..a2b669299a 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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 -- 2.47.3