[squid-users] How to deny ftp in squid.conf file

From: Indunil Jayasooriya <indunil75_at_gmail.com>
Date: Wed, 18 Feb 2009 16:00:51 +0530

Hi,

Is there a way to block ftp access to some client ip addresses in
squid.conf file and the rest of users should be ble to access ftp
sites

Lets's assume I want to block ftp access to clients ips such as
192.168.1.2, 192.168.1.4, 192.168.1.10 and the rest should be able to
access ftp sites.

What about ACLs like below ?

acl ftp proto FTP
acl noftpips src 192.168.1.2 192.168.1.4 192.168.1.10
http_access allow ! noftpips

Your ideas ?

--
Thank you
Indunil Jayasooriya
Received on Wed Feb 18 2009 - 10:30:57 MST

This archive was generated by hypermail 2.2.0 : Wed Feb 18 2009 - 12:00:01 MST