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
