Keyran Bayliss wrote:
> acl Siblings src 131.181.124.135/32 131.181.124.127/32
> miss_access deny Siblings
> miss_access allow all
> 131.181.124.135 - - [17/Sep/1999:00:18:31 +1000]
> "CONNECT lc1.law5.hotmail.passport.com:443 HTTP/1.0" 0 2011
> TCP_MISS:DIRECT
Seems that CONNECT is not under the control of miss_access.
Workaround: Deny CONNECT from your siblings
acl CONNECT method CONNECT
http_access deny CONNECT Siblings
(to be inserted before any http_access allow rules)
-- Henrik Nordstrom Squid hackerReceived on Sat Sep 25 1999 - 03:45:28 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:33 MST