Re: [squid-users] using max_user_ip

2003-07-02 Thread Li Wei
only what you need to do is to add a control rule same as normal for example: acl MAX_IP max_userip -s 1 http_access deny MAX_IP Try. - Original Message - From: "Alejandro Javier Pomeraniec" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 7:46 PM Subject: [squ

RE: [squid-users] using max_user_ip

2003-07-02 Thread Adam Aube
> Does anybody know how to use max_user_ip? > I have this acl in squid.conf Sure. I'll combine it with the lines you provided from squid.conf to show how it fits. > acl password proxy_auth REQUIRED acl multiple max_user_ip -s 1 # Strictly limit user to 1 IP Address authenticate_ip_ttl 20 minutes