mirror of https://github.com/fail2ban/fail2ban
Update firewallcmd-multiport.conf
parent
07de83e04a
commit
ffebde68e0
|
@ -24,9 +24,3 @@ actioncheck = firewall-cmd --direct --get-chains <family> filter | sed -e 's, ,\
|
|||
actionban = firewall-cmd --direct --add-rule <family> filter f2b-<name> 0 -s <ip> -j <blocktype>
|
||||
|
||||
actionunban = firewall-cmd --direct --remove-rule <family> filter f2b-<name> 0 -s <ip> -j <blocktype>
|
||||
|
||||
[Init]
|
||||
|
||||
# Could also use port numbers separated by a comma.
|
||||
port = 1:65535
|
||||
|
||||
|
|
Loading…
Reference in New Issue