From: Stefan Schantl Date: Fri, 14 Apr 2023 16:31:59 +0000 (+0200) Subject: rules.pl: Use load_blocklists() function to load all X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6657a3ec8db95da060165cb97c1e6ac7b8f5b2ff;p=people%2Fstevee%2Fipfire-2.x.git rules.pl: Use load_blocklists() function to load all enabled blocklists. Signed-off-by: Stefan Schantl --- diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index bc254d98a..24a5c6b2c 100644 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -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.