I offer the pkg in my repo, but no GUI to configure ithttps://www.routerperformance.net/opnsense-repo/
pkg means a Package and not a Plugin
CLI is IMHO the best way, but it should show up under /ui/core/firmware#packages aka. System: Firmware Packages tab too ...
Oh, sorry, my mistake.You are right, you need to install packages not belonging via shell using the pkg command.I use to install packages via ansible, so the one I installed this way, show up in the GUI, so my assumption was wrong.So the CLI is the right way....
There are config include folder for squid where you can add your conf files and dont get overwritten
If conf.local gets loaded correctly this will be fine
Would you mind sharing your squidguard conf so others get an idea what would be possible to solve?
logdir /var/log/squiddbhome /usr/local/etc/squid/dbdest block { expressionlist expressions}acl { default { pass !block any redirect http://localhost/sgerror.php }}
squidGuard -C all
chown -R squid:squid /usr/local/etc/squid/db
url_rewrite_program /usr/local/bin/squidGuard -c /usr/local/etc/squid/squidGuard.conf
/usr/local/sbin/squid -k reconfigure
/usr/local/etc/rc.d/squid restart