> Hi, > > I was wondering if i can create two different or more ACLs; one of a > network range and can bypass squid authentication, while the other ACL > must be authenticated. Would that be possible? You don't exactly authenticate an ACL. But skipping that... acl A ... acl B ... acl C proxy_auth REQUIRED # permit A without being authenticated http_access allow A # permit B only if they are authenticated http_access allow B C Amos > > I have squid3 on Ubuntu 8.10. I 've been reading some on-line > documents about squid ACL but can't really figure out how to achieve > that. > > any help would be much appreciated. > > -- > Best Regards, > Dooda >