If you're seeing the "ACL not found: Safe_ports" error in OPNsense Squid, it means the Safe_ports rule is missing from your config. Just add this line to your squid.conf:
yaml
acl Safe_ports port 80 443 21 70 210 1025-65535
Then make sure it's referenced like this:
yaml
http_access deny !Safe_ports
Restart Squid after saving. For easier proxy management, services like lightningproxies.net can help streamline things.
yaml
acl Safe_ports port 80 443 21 70 210 1025-65535
Then make sure it's referenced like this:
yaml
http_access deny !Safe_ports
Restart Squid after saving. For easier proxy management, services like lightningproxies.net can help streamline things.