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

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Wed, 18 Feb 2004 15:14:42 +0530

>
> acl users1 src 172.16.2.11 172.16.2.21
> acl users2 src 172.16.2.32 172.16.2.52
>

Do u want to all only the IP's as 172.16.2.11 172.16.2.21.(Individually)
acl users1 src 172.16.2.11/32 172.16.2.21/32
acl users2 src 172.16.2.32/32 172.16.2.52/32

If u want to use them as range(11-21 , 32-52) then

acl users1 src 172.16.2.11-172.16.2.21/32
acl users2 src 172.16.2.32-172.16.2.52/32

> 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
>
Ok Check now.

Regards,
Muthukumar.
Received on Wed Feb 18 2004 - 02:45:24 MST

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