udpate fbalcklist description

This commit is contained in:
Matthew Saunders Brown 2023-03-07 13:28:06 -08:00
parent 8e2f4ef1d2
commit a4d3fe2ff9

View File

@ -80,7 +80,7 @@ firewall-cmd --permanent --zone=public --remove-service=dhcpv6-client
# blacklist - for local blacklisting # blacklist - for local blacklisting
firewall-cmd --permanent --new-ipset=blacklist --type=hash:net firewall-cmd --permanent --new-ipset=blacklist --type=hash:net
firewall-cmd --permanent --ipset=blacklist --set-short=Blacklist firewall-cmd --permanent --ipset=blacklist --set-short=Blacklist
firewall-cmd --permanent --ipset=blacklist --set-description="Blacklist IP set for creating blacklists local to this server. Use fbl.sh & fwl.sh to add/remove IPs to the blacklist." firewall-cmd --permanent --ipset=blacklist --set-description="Blacklist IP set for creating blacklists local to this server. Use firewall-blacklist-add.sh and firewall-blacklist-rem.sh to add/remove IPs to the blacklist."
firewall-cmd --permanent --zone=drop --add-source=ipset:blacklist firewall-cmd --permanent --zone=drop --add-source=ipset:blacklist
# fail2ban - fail2ban blocking # fail2ban - fail2ban blocking
firewall-cmd --permanent --new-ipset=fail2ban --type=hash:ip --option=timeout=90000 firewall-cmd --permanent --new-ipset=fail2ban --type=hash:ip --option=timeout=90000