On Thursday 07 August 2003 01.26, Brian Hechinger wrote: > On Wed, Aug 06, 2003 at 11:11:32PM +0200, Henrik Nordstrom wrote: > > Yes, but what you may need to never_direct also.. > > ok, if i read the documentation correctly, always_direct is matched > before never_direct, right?
Yes. Or to be more precise, always_direct allow has preference over never_direct allow. always_direct allow -> Squid goes direct always_direct deny + never_direct allow -> Squid never goes direct always_direct deny + never_direct deny -> Squid selects what feels most suitable for Squid. (the default) Regards Henrik
