]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ipblocklist: Add support for Etnetera Aggressive Blocklist
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:48:37 +0000 (09:48 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Mar 2024 11:56:03 +0000 (12:56 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/ipblocklist/sources

index 7847cfc127816152d0da4ddde33450479adab174..561ef2f2e93997b847caf3ae2528b6a572021eb5 100644 (file)
@@ -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'
        }
 );