mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix typo
This commit is contained in:
@@ -670,7 +670,7 @@ if ($filter->{'defaults'}->{'shorewall'}) {
|
||||
push(@fwname, 'shorewall');
|
||||
}
|
||||
if ($filter->{'defaults'}->{'INPUT_ZONES'}) {
|
||||
push(@fwname, firewalld');
|
||||
push(@fwname, 'firewalld');
|
||||
}
|
||||
if ($filter->{'defaults'} =~ /^f2b-|^fail2ban-/ && !$config{'filter_chain'} ) {
|
||||
push(@fwname, 'fail2ban');
|
||||
|
||||
Reference in New Issue
Block a user