Compare commits

..

No commits in common. "f88b7b07f008470fb46c280a3cbedf7a5c838126" and "cb22b4ad47816742e7eaa9b9f46f11530b0aae8e" have entirely different histories.

View file

@ -474,7 +474,7 @@ enable_bbr() {
ubuntu | debian | armbian)
apt-get update && apt-get install -yqq --no-install-recommends ca-certificates
;;
centos | rhel | almalinux | rocky | ol)
centos | almalinux | rocky | ol)
yum -y update && yum -y install ca-certificates
;;
fedora | amzn | virtuozzo)
@ -995,7 +995,7 @@ ssl_cert_issue() {
ubuntu | debian | armbian)
apt update && apt install socat -y
;;
centos | rhel | almalinux | rocky | ol)
centos | almalinux | rocky | ol)
yum -y update && yum -y install socat
;;
fedora | amzn | virtuozzo)
@ -1511,7 +1511,7 @@ install_iplimit() {
debian | armbian)
apt update && apt install fail2ban -y
;;
centos | rhel | almalinux | rocky | ol)
centos | almalinux | rocky | ol)
yum update -y && yum install epel-release -y
yum -y install fail2ban
;;
@ -1591,7 +1591,7 @@ remove_iplimit() {
apt-get purge -y fail2ban -y
apt-get autoremove -y
;;
centos | rhel | almalinux | rocky | ol)
centos | almalinux | rocky | ol)
yum remove fail2ban -y
yum autoremove -y
;;