Sebastian Jaurena wrote: > Hello, I have in mysql database a list of ip of networks what I want > to admit connect to the proxy. Is possible verify if a new connection > try to connect to the proxy verify if their ip is in the database and > if is in, in that case, allow him to connect? > > Thanks. > You can make a perl/python script to generate a file with a list of ip's and add a acl to allow users who match that list. acl users_ip src "/etc/squid/users_ip.acl" http_access allow users_ip Cheers!. -- Alejandro Bednarik XTech - Soluciones Linux para Empresas (011) 5219-0678 alejandro@xxxxxxxxxxxx