mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
firewall: Fix missing whitespace for blocklist messages
Fixes: #12934 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -760,7 +760,7 @@ sub ipblocklist () {
|
||||
# Check if logging is enabled.
|
||||
if($blocklistsettings{'LOGGING'} eq "on") {
|
||||
# Create logging rule.
|
||||
run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist\" ");
|
||||
run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist \"");
|
||||
}
|
||||
|
||||
# Create Drop rule.
|
||||
|
||||
Reference in New Issue
Block a user