Hi, I just had the time to test a bit. One glitch: 'ipblocklist.cgi' refused to start: ... Unable to read file /srv/web/ipfire/html/themes//include/colors.txt at /var/ipfire/general-functions.pl line 219. ... I had to change line 65 from: ... &General::readhash( "/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color ); ... To: ... &General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color); ... Best, Matthias On 14.07.2022 16:13, Stefan Schantl wrote: > Hello Jay, > > until ipblocklist has been released as regular feature (will be with core > update 170) you have to reinstall it each time you perform a core update. > > The (re)install/update process is always the same. Please keep in mind to > backup and restore your "/var/ipfire/ipblocklist/settinngs" file or you > will loose your settings. > > > Best regards, > > -Stefan > > Am 14. Juli 2022 14:27:26 schrieb Jay Lubomirski : >> Hi Stefan, >> >> I've updated to Core Update 169 and the ip block list menus are all >> "blanked" out. Do I need to reinstall the patch to restore them? >> >> Jay >> >> On Tue, Jun 21, 2022 at 1:22 PM Stefan Schantl >> wrote: >> Hello list followers, >> >> today I've uploaded a new ipblocklist test version (ipblocklist-002). >> >> It has been rebased to work with core update 168 and also contains some >> bugfixes and new features: >> >> * The update interval now is set to 15 minutes >> * The WUI now displays the "Firewall reload hint" as notice instead of >> an error. >> * The logging of the ipblocklist-update script has been improved. >> * Support for logwatch has been added. >> * A bug which sometimes prevents from reloading a blocklist after an >> update has been performed has been fixed. >> >> HINT: The update instructions are the same than for installing. >> >> WARNING: Any taken settings from previous test versions will be lost, >> when updating! (Please backup your "/var/ipfire/ipblocklist/settings" >> file in that case.) >> >> I'm planing to submit this addon to be merged and released with core >> update 170 so, please heavily test and report any kind of remaining >> issues. >> >> A big thanks in advance, >> >> -Stefan >> >>> Hello mailing list followers, >>> >>> it has been done - the port of the well known (ipblacklist) feature >>> from Tim FitzGeorge has been finished. >>> >>> Now it's time for the final steps. For this I need your help, in >>> testing and giving feedback and/or bug reports. >>> >>> I've backed and uploaded a test version, which contains all necessary >>> files and modifications. There is also a README file available which >>> gives further details and how to install the test version on your >>> sytems. >>> >>> This all can be found here: >>> >>> https://people.ipfire.org/~stevee/ipblocklist/ >>> >>> For those of you which are interested in the source code: >>> >>> https://git.ipfire.org/?p=people/stevee/ipfire-2.x.git;a=shortlog;h=refs/heads/ipblocklist-rbsed >>> >>> >>> Best regards and a happy testing, >>> >>> -Stefan >>> > >