apt update -y # Debian/Ubuntu 命令 apt install -y curl #Debian/Ubuntu 命令 apt install -y socat #Debian/Ubuntu 命令 yum update -y #CentOS 命令 yum install -y curl #CentOS 命令 yum install -y socat #CentOS 命令 curl https://get.acme.sh | sh ~/.acme.sh/acme.sh --register-account -m 2393774250@qq.com ~/.acme.sh/acme.sh --issue -d x-ui.softcrazy.cn --standalone ~/.acme.sh/acme.sh --issue -d x-ui.softcrazy.cn --standalone --force ~/.acme.sh/acme.sh --installcert -d x-ui.softcrazy.cn --key-file /root/private.key --fullchain-file /root/cert.crt ~/.acme.sh/acme.sh --installcert -d x-ui.softcrazy.cn --key-file /root/.acme.sh/x-ui.softcrazy.cn/x-ui.softcrazy.cn.key --fullchain-file /root/.acme.sh/x-ui.softcrazy.cn/fullchain.cer /www/server/panel/vhost/ssl/x-ui.softcrazy.cn/fullchain.pem /www/server/panel/vhost/ssl/x-ui.softcrazy.cn/privkey.pem /root/cert.crt /root/private.key bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) apt-get update apt-get install iptables iptables -I INPUT -p tcp --dport 8888 -j ACCEPT # 在linux终端命令行中输入以下命令查看出当前的防火墙规则。 iptables -L -n # 输入以下命令查看到每个规则chain的序列号。 iptables -L -n --line-number # 最后输入以下命令根据序列号删除指定一条防火墙规则即可。 iptables -D INPUT 3 #删除INPUT的第三条已添加规则,这里3代表第几行规则 #iptables防火墙 service iptables status #查看iptables防火墙状态 service iptables start #开启防火墙 service iptables stop #停止防火墙 #firewall防火墙 systemctl status firewalld #查看firewall防火墙服务状态 service firewalld start #开启防火墙 service firewalld stop #关闭防火墙 apt-get install iptables-persistent netfilter-persistent save netfilter-persistent reload kuang Kuang010203 http://150.129.218.129:666/ http://103.12.77.100:666/