From a4d3fe2ff98016d2be05e06e74e62a38bf7491d3 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 7 Mar 2023 13:28:06 -0800 Subject: [PATCH] udpate fbalcklist description --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 606056c..6ace9f5 100644 --- a/install.sh +++ b/install.sh @@ -80,7 +80,7 @@ firewall-cmd --permanent --zone=public --remove-service=dhcpv6-client # blacklist - for local blacklisting firewall-cmd --permanent --new-ipset=blacklist --type=hash:net 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 # fail2ban - fail2ban blocking firewall-cmd --permanent --new-ipset=fail2ban --type=hash:ip --option=timeout=90000