Hello,
I have received an attacked on my server from an IP whivh I have found in a list
I try to add it to the ipblocklist by “just” adding a section inside the file “sources” :
Not totally sure and not able to try and duplicate on my vm testbed at the moment, but if your entry was at the end of the sources list then you should not finish the line with a comma as in the line below.
If you put it after the ‘BLOCKLIST_DE’ list then you need to add a comma after the bracket at the end of the last line of that entry, just before where I presume you added your list.
'category' => 'attacker' }
If your list was added somewhere in the middle of the existing sources then you would need to show us the section involved plus some lines before and after the insertion.
I can download it through explorer so the txt seems good
But also I suspect “it is put” also as an exception in IPtable, if not I will not have an error at the loading when I managed to do once (before the upgrade yestderay to latest version of the core)
I’ve modified the code a bit. The download function just returns the status of the request also.
For a deeper inspection it would be necessary to look at other info returned by the Perl LWP::get function.