  # $Id: squid 5268 2005-09-08 22:44:11Z sarnold $
# ----------------------------------------------------------------------
#    PROPRIETARY DATA of NOVELL INC.
#    Copyright (c) 2004, NOVELL (All rights reserved)
#
#    This document contains trade secret data which is the property
#    of NOVELL Inc.  This document is submitted to recipient in
#    confidence. Information contained herein may not be used, copied
#    or disclosed in whole or in part except as permitted by written
#    agreement signed by an officer of NOVELL, Inc.
# ----------------------------------------------------------------------

  # SuSE path
  /var/cache/squid/** lrw,
  # Red Hat path
  /var/spool/squid/**               lrw,

  # wide open for squid/ICP
  tcp_accept to 0.0.0.0:3128,
  tcp_accept to 0.0.0.0:3130,
  tcp_connect to 0.0.0.0:3130,
  udp_send to 0.0.0.0:3130,
  udp_receive from 0.0.0.0:3130,

  # wide open for servers squid may contact
  tcp_connect to 0.0.0.0:80,
  tcp_connect to 0.0.0.0:81,
  tcp_connect to 0.0.0.0:8080,
  tcp_connect to 0.0.0.0:8081,
  tcp_connect to 0.0.0.0:8808,
  tcp_connect to 0.0.0.0:443,
  # ftp is unfortunate; data streams are occasionally not associated
  # with any well known port or port range. Comment this out if you're
  # not comfortable.
  tcp_connect to 0.0.0.0:1-65535,
  tcp_connect to 0.0.0.0:21,
  tcp_connect to 0.0.0.0:20,
