On Sat, 4 Feb 2006, [UTF-8] Pawe? Staszewski wrote:
does anybody have experiences with squid and large number (10000 lines) of acl-s like:acl user1 src xxx.xxx.xxx.xxx/255.255.255.255 tcp_outgoing_address xxx.xxx.xxx.xxx user1
For this use I would recommend you to spend some time on extending tcp_outgoing_address to use a dedicated hash/tree mapping the users to their mapped IP addresses, rather than listing them all in squid.conf.
Regards Henrik