mirror of https://github.com/wulabing/Xray_onekey
添加 ufw 防火墙关闭
parent
98781ad3da
commit
9142e2dd83
|
@ -73,6 +73,9 @@ check_system(){
|
|||
$INS install dbus
|
||||
systemctl stop firewalld && systemctl disable firewalld
|
||||
echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}"
|
||||
|
||||
systemctl stop ufw && systemctl disable ufw
|
||||
echo -e "${OK} ${GreenBG} ufw 已关闭 ${Font}"
|
||||
}
|
||||
|
||||
is_root(){
|
||||
|
|
Loading…
Reference in New Issue