Andrei B. wrote:
> yet when I tried to write my own rules like this, it won't work:
> --------------
> acl localip src 10.1.1.0/24 10.2.1.10
> http_access allow localip
Should work fine.
> --------------
> or:
> --------------
> acl localip src 10.1.1.0/24
> acl special src 10.2.1.10
> http_access allow localip special
Should not work at all. A station cannot match both localip and special
at the same time.
-- Henrik Nordstrom Squid HackerReceived on Fri Apr 13 2001 - 01:41:39 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:17 MST