Прописал аклы в сквид, но у всех инет работает и мои запреты не срабатывают.
вот acl-ы:
acl au src "/etc/squid/admin_user"
http_access allow au all
acl mu src "/etc/squid/mega_user"
acl mu1 url_regex "/etc/squid/blacklist"
http_access allow mu all !mu1
acl pu src "/etc/squid/power_user"
acl pu1 url_regex "/etc/squid/whitelist"
http_access deny pu all !pu1