[squid-users] Cannot access IRC through proxy server...

From: Xpression <admin@dont-contact.us>
Date: Wed, 17 Dec 2003 16:36:59 -0500

Hi list, I've finished my configuration, now users cannot
access irc servers, I've added acl Safe_ports port 6660-6667
line to my config file and cannot connect too...I think all
is ok, why clients cannot connect through my proxy...

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 to_localhost dst 127.0.0.0/8
 acl LAN src 192.168.1.0/24
acl SSL_ports port 443 563
 acl Safe_ports port 80 # http
 acl Safe_ports port 21 # ftp
 acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 6660-6667
acl CONNECT method CONNECT

http_access deny manager
 http_access deny !Safe_ports
 http_access deny CONNECT !SSL_ports
 http_access deny to_localhost

http_access allow LAN
http_access allow manager localhost

 http_access deny all
Received on Wed Dec 17 2003 - 14:37:13 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:16 MST