Re: [squid-users] No DNS records

From: <Rollolo@dont-contact.us>
Date: Mon, 1 Apr 2002 19:17:21 +0200

Oh, here is the conf file:

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
ipcache_size 256
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
acl myclients src 192.168.123.3-192.168.123.6
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow myclients
http_access deny all
icp_access allow all
miss_access allow all
cache_mgr rollolo@web.de
cache_effective_user squid
cache_effective_group root
Received on Mon Apr 01 2002 - 11:03:32 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:18 MST