plugins icon indicating copy to clipboard operation
plugins copied to clipboard

OS-Squid - Categories are not shown Remote Access Control List

Open bartender-mu opened this issue 4 months ago • 2 comments

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:

  1. Go to 'Services -> Squiq Web Proxy'
  2. Click on 'Remote Access Control List '
  3. Add Remote black list http://dsi.ut-capitole.fr/blacklists/download/blacklists.tar.gz
  4. Download ACLs
  5. 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 Image

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

bartender-mu avatar Sep 09 '25 07:09 bartender-mu

The lists are no longer available at that URL, UT1. I am experiencing the same problem.

mabarrantp avatar Oct 09 '25 19:10 mabarrantp

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.

Image

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
Image

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.

Image

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.

bluethunder-de avatar Oct 24 '25 08:10 bluethunder-de