]> 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>
Fri, 14 Apr 2023 16:31:59 +0000 (18:31 +0200)
enabled blocklists.

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

index daebea01a6ed2c085e6a929c19533ac438123380..143161b55123a60328284e031448e7b3a1eb431c 100644 (file)
@@ -742,6 +742,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.