vps部署八合一共存脚本+伪装站点

科学上网 搭建vps教程 | 超越免费vpn的翻墙方法,vps 搭建高速节点,部署七合一共存脚本+伪装站点,支持vless、vmess、Trojan、Trojan-go 流畅看4K视频


安装curl

1:apt update -y && apt install -y curl && apt install -y socat         ##Ubuntu/Debian 系统安装 Curl 方法

2:yum update -y && yum update -y && yum install -y socat               ##Centos 系统安装 Curl 方法

bbrplus:

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

mack-a大佬基于Xray的八合一版本,支持vless、vmess、Trojan、Trojan-go
一键脚本:

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

Linux服务器综合测试工具 LemonBench (Beta)

快速测试

如果你的服务器上安装有 curl 工具,请使用以下命令执行脚本:

curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast

如果你的服务器上安装有 wget 工具,请使用以下命令执行脚本:

wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast

完整测试

如果你的服务器上安装有 curl 工具,请使用以下命令执行脚本:

curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full

如果你的服务器上安装有 wget 工具,请使用以下命令执行脚本:

wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注