On Mon, 8 Dec 2003, Matthew Horoschun wrote: > I'm doing the following: > > always_direct allow local_servers > acl local_servers dstdomain .localdomain.com.au > .anotherlocaldomain.com.au
ACLs must be defined before where they are used. So move that "acl local_servers" higher up in your squid.conf. Regards Henrik
