mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update x-ui.sh
Add virtuozzo
This commit is contained in:
parent
35db52a90f
commit
2d6ccd686a
1 changed files with 4 additions and 4 deletions
8
x-ui.sh
8
x-ui.sh
|
@ -552,7 +552,7 @@ enable_bbr() {
|
||||||
centos | almalinux | rocky | ol)
|
centos | almalinux | rocky | ol)
|
||||||
yum -y update && yum -y install ca-certificates
|
yum -y update && yum -y install ca-certificates
|
||||||
;;
|
;;
|
||||||
fedora | amzn)
|
fedora | amzn | virtuozzo)
|
||||||
dnf -y update && dnf -y install ca-certificates
|
dnf -y update && dnf -y install ca-certificates
|
||||||
;;
|
;;
|
||||||
arch | manjaro | parch)
|
arch | manjaro | parch)
|
||||||
|
@ -1074,7 +1074,7 @@ ssl_cert_issue() {
|
||||||
centos | almalinux | rocky | ol)
|
centos | almalinux | rocky | ol)
|
||||||
yum -y update && yum -y install socat
|
yum -y update && yum -y install socat
|
||||||
;;
|
;;
|
||||||
fedora | amzn)
|
fedora | amzn | virtuozzo)
|
||||||
dnf -y update && dnf -y install socat
|
dnf -y update && dnf -y install socat
|
||||||
;;
|
;;
|
||||||
arch | manjaro | parch)
|
arch | manjaro | parch)
|
||||||
|
@ -1542,7 +1542,7 @@ install_iplimit() {
|
||||||
yum update -y && yum install epel-release -y
|
yum update -y && yum install epel-release -y
|
||||||
yum -y install fail2ban
|
yum -y install fail2ban
|
||||||
;;
|
;;
|
||||||
fedora | amzn)
|
fedora | amzn | virtuozzo)
|
||||||
dnf -y update && dnf -y install fail2ban
|
dnf -y update && dnf -y install fail2ban
|
||||||
;;
|
;;
|
||||||
arch | manjaro | parch)
|
arch | manjaro | parch)
|
||||||
|
@ -1623,7 +1623,7 @@ remove_iplimit() {
|
||||||
yum remove fail2ban -y
|
yum remove fail2ban -y
|
||||||
yum autoremove -y
|
yum autoremove -y
|
||||||
;;
|
;;
|
||||||
fedora | amzn)
|
fedora | amzn | virtuozzo)
|
||||||
dnf remove fail2ban -y
|
dnf remove fail2ban -y
|
||||||
dnf autoremove -y
|
dnf autoremove -y
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue