Re: Proxy Forced Forwarding

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 27 Oct 1998 01:37:01 +0100

Nikolai Andreyevich Luzan wrote:

> acl all src 0.0.0.0/0.0.0.0
> acl FTP proto FTP
> always_direct deny FTP
> always_direct deny all
> never_direct allow all
> never_direct allow FTP
>
> that is how I do mine.

Why don't you simply use:

acl all src 0.0.0.0/0.0.0.0
never_direct allow all

always_direct is only needed if you have exceptions that should always
be sent directly.

---
Henrik Nordstrom
Spare time Squid hacker
Received on Mon Oct 26 1998 - 18:17:02 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:49 MST