Junho Ryu wrote:
> Hello,
> When an authenticated user has multiple connections at the same time, I need 
> to make sure that concurrent connections are from the same IP.
> However, as long as source IP of concurrent connections are the same, I don't 
> want to limit IP address from where connections are from.
> Is it configurable?
> Thanks,Jay                                      
>   

# Only allow credentials to be used from one IP concurrently
acl OnlyOne max_user_ip -s 1
http_access deny OnlyOne

See also http://www.squid-cache.org/Doc/config/authenticate_ip_ttl/

Chris

Reply via email to