Hello!
Small question... I want to allow a range of ip addresses for some users to connect to via my squid proxy. I tried: acl test4login url_regex ^http://192.168.0. And further i have Http_access allow all test4login With this i thought that the users could access any address that starts with 192.168.0.x but i get an "access denied" How can i specify a range of ip's ? Or do i have to add them all manually ? Regards, Philippe
