Trying to set max_user_ip in Squid. When testing this from 2 diffrent ip:s it's not denying access to either of them so something is wrong.
# Limit to 1 connection per user
authenticate_ttl 1 hour
authenticate_ip_ttl 10 seconds
acl ip_unico max_user_ip -s 1
http_access deny ip_unico
server_persistent_connections off
Is it possible to share ip's between users when running acl random ? Seems like it's one ip to ever new connection right now