From 6657a3ec8db95da060165cb97c1e6ac7b8f5b2ff Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 14 Apr 2023 18:31:59 +0200 Subject: [PATCH] rules.pl: Use load_blocklists() function to load all enabled blocklists. Signed-off-by: Stefan Schantl --- config/firewall/rules.pl | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.5