OS-Squid - Categories are not shown Remote Access Control List
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [ ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [ ] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [ ] The title contains the plugin to which this issue belongs
Describe the bug Added an external balcklist and the categories are not nhown
Tip: to validate your setup was working with the previous version, use opnsense-revert (https://docs.opnsense.org/manual/opnsense_tools.html#opnsense-revert)
To Reproduce Steps to reproduce the behavior:
- Go to 'Services -> Squiq Web Proxy'
- Click on 'Remote Access Control List '
- Add Remote black list http://dsi.ut-capitole.fr/blacklists/download/blacklists.tar.gz
- Download ACLs
- Click on Edit -> Categories Nothing selected and in the pull down menu nothing is shown
Expected behavior Should be able to choose the categories
Screenshots
Environment Software version used and hardware type if relevant.
Versions OPNsense 25.7.2-amd64 FreeBSD 14.3-RELEASE-p2 OpenSSL 3.0.17
Intel(R) Core(TM) i5-6500T CPU @ 2.50GHz (4 cores, 4 threads)
Regards, T10
The lists are no longer available at that URL, UT1. I am experiencing the same problem.
The list is still available under the link, but "only" the categories are not displayed. If you click on "Select All" after downloading, all categories will be applied.
A workaround for me is to run the following command in the shell. After that, the categories are displayed.
cp /usr/local/etc/squid/acl/UT1.index /usr/local/etc/squid/acl/%s.index
Attention with full list "blacklists.tar.gz"
However, in the full list "blacklists.tar.gz" there is still the entry ".ai-nude.adult," which the proxy cannot handle. After restarting the proxy service, the following error message appears.
The workaround is to run the following command in the shell.
sed -i'.bak' 's/.ai-nude.adult/.ai-nude.adult.com/g' /usr/local/etc/squid/acl/UT1
Therefore, updating the blacklist via "Schedule with Cron" is not recommended.