[squid-users] allow some address to download files from internet

From: Winanjaya <winan888@dont-contact.us>
Date: Wed, 18 Feb 2004 16:17:12 +0700

I only allow some address to download files from internet. my acl &
http_access
goes below is my etc/squid.conf:

acl users1 src 172.16.2.11 172.16.2.21
acl users2 src 172.16.2.32 172.16.2.52

acl download urlpath_regex -i ftp \.exe$ \.zip$ \.dat$ \.cab$ \.mp3$ \.vqf$
\.tar$ \.gz$ \.mpeg$ \.mpe$ \.mpg$ \.qt$ \.ram$ \.rm$ \.iso$ \.dat$ \.wav$
\.mov$

http_access allow users1 download
http_access deny all

but it does not work, I meant users2 still can download files from internet
.. I need advice

Regards
Winan
Received on Wed Feb 18 2004 - 02:20:55 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST