https://github.com/mack-a/v2ray-agent
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
支持快捷方式启动,安装完毕后,shell输入【vasma】即可打开脚本,脚本执行路径[/etc/v2ray-agent/install.sh]
一、Debian关闭防火墙命令行
在Debian系统中,可以通过命令行关闭防火墙。使用以下命令可以关闭防火墙:
sudo ufw disable
该命令将禁用Debian系统上的防火墙。在执行该命令之前,请确保已停止所有需要运行的服务或应用程序。
需要注意的是,该命令仅在UFW防火墙已安装并启用的情况下才有效。如果使用不同的防火墙或未启用任何防火墙,则应使用特定于该防火墙的命令来关闭防火墙。
二、Debian关闭防火墙命令firewalld
在使用FirewallD防火墙的情况下,可以通过以下命令来关闭Debian系统上的防火墙:
sudo systemctl stop firewalld sudo systemctl disable firewalld