Re: How to limited the IRC using proxy

From: Tom Minchin <tom@dont-contact.us>
Date: Tue, 22 Apr 1997 12:17:11 +1000 (EST)

> What is the format of acl for limited a site? there is no example in
> squid.conf file.
>
> I want to limited a chat site which can not be access 0830-1630 monday to
> friday and 1200-1400 on saturday. What I should write
>
> Is anybody know where can I get more information about acl
>
The Release-Notes-1.0.txt has a section on acls.

Off the cuff, to deny a site:
acl weekdays MTWHF 08:30-16:30
acl weekends A 12:00-14:00
acl chatsite domain chatsite.com
http_access deny chatsite weekdays weekends

Of course, they can probably still access it via the IP address, but most
web chatters aren't that advanced.

tom@interact.net.au
Received on Mon Apr 21 1997 - 19:30:19 MDT

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