Squid custom acl
-
I want to achieve the same as what I do with this rules:
acl total src "/etc/squid/reglas/total.txt" acl hotmail src "/etc/squid/reglas/hotmail.txt" acl sitiosnegados url_regex -i "/etc/squid/reglas/sitiosnegados.txt" acl blockfiles urlpath_regex "/etc/squid/reglas/blocks.files.acl" http_access deny hotmail sitiosnegados http_access allow total http_access allow hotmail http_access deny all
But from the pfsense gui, not modifying squid.conf through console. =)
If I have to do it through the console, I am not seeing any advantage of having the pfsense versus a plain linux + squid, etc.Can someone enlight me of what steps to follow?
Thanks!!
-
First step would be to post this in the Packages forum where it belongs.
Start here: https://doc.pfsense.org/index.php/Setup_Squid_as_a_Transparent_Proxy
Come back if you have questions or problems.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.