On Tue, 11 Oct 2005, Ben Sagal wrote:
I have squid listening of multiople ports, is there a way to pass which of these ports the client connected on to an external acl?
Not implemented, but trivial to add. See src/external_acl.c. I would suggest using the same names as used in the acl directive %myip -> checklist->my_addr %myport -> checklist->my_port Regards Henrik