sudo su root
yum -y install wget
__set_config() {
    firewall-cmd --state
    systemctl stop firewalld.service
    systemctl disable firewalld.service
    sed -i 's,^SELINUX=.*$,SELINUX=disabled,' /etclinux/config
}
__set_config
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
bash install.sh  --port=661 --user=irqm --passwd=irqm.com


标题:一键搭建sk5服务器|Github开源项目,自带一键命令!

地址: https://www.irqm.com/22561.html