]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
rules.pl: Use load_blocklists() function to load all
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 14 Apr 2023 16:31:59 +0000 (18:31 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Mar 2024 11:56:03 +0000 (12:56 +0100)
enabled blocklists.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/firewall/rules.pl

index bc254d98aa01b7203754ebe502d693c23e5d5d5d..24a5c6b2ca6f50bd27a45d6a6a9e304d8362f2f7 100644 (file)
@@ -743,6 +743,9 @@ sub ipblocklist () {
                }
        }
 
+       # Load the blocklists.
+       &IPblocklist::load_blocklists();
+
        # Loop through the array of blocklists.
        foreach my $blocklist (@blocklists) {
                # Check if the blocklist feature and the current processed blocklist is enabled.