Re: acl problem

From: Henrik Nordstrom <henrik.nordstrom@dont-contact.us>
Date: Tue, 04 Jun 1996 13:41:42 +0200

> It would seem squid does a pattern match and is somehow sometimes incorrectly
> fed an IP address rather than a name, and the IP address doesn't end
> .mq.edu.au.

Yes. Incoming IP addresses in URLs are NEVER translated to hostnames.

What you want is not possible, unless you deny all IP accesses from
outsiders (this is possible in Beta11)

acl ourstuff domain .mq.edu.au
acl IP domain 0 1 2 3 4 5 6 7 8 9
acl us src 130.11.0.0
http_access deny !us !ourstuff
http_access deny !us IP

---
Henrik Nordström
Received on Tue Jun 04 1996 - 04:41:48 MDT

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