sure there is. look at the acl directives where you can specifically allow some machines. There are other acls as well like srcdomain, srcdom_regex etc For eg
acl my_allowed_networks src 192.168.0.0/24 acl my_auth_networks src 10.0.0.0/24 acl user_passwords proxy_auth REQUIRED http_access allow my_allowed_networks http_access allow user_passwords my_auth_networks something like that -----Original Message----- From: s s [mailto:[EMAIL PROTECTED] Sent: 03 May 2004 12:25 To: [EMAIL PROTECTED] Subject: [squid-users] Squid Authentication Hi, I am using squid authentication (i.e having username and password) , is it possible to bypass authentication on some machines without bypassing the proxy server Thanks in advance __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
