From: Stefan Schantl Date: Sat, 22 Apr 2023 07:48:37 +0000 (+0200) Subject: ipblocklist: Add support for Etnetera Aggressive Blocklist X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54d7a90c52397993a8d5bf928dce36fe5613bc16;p=people%2Fstevee%2Fipfire-2.x.git ipblocklist: Add support for Etnetera Aggressive Blocklist Signed-off-by: Stefan Schantl --- diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index 7847cfc12..561ef2f2e 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -179,5 +179,14 @@ our %sources = ( 'parser' => 'ip-or-net-list', 'rate' => '30m', 'category' => 'attacker' + }, + + 'ETNETERA_AGGRESSIVE' => { + 'name' => 'Etnetera Aggressive Blocklist', + 'url' => 'https://security.etnetera.cz/feeds/etn_aggressive.txt', + 'info' => 'https://security.etnetera.cz', + 'parser' => 'ip-or-net-list', + 'rate' => '1d', + 'category' => 'reputation' } );