Skip to content

Sereinfy/vpstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

vpstools

更新

apt update -y && apt install -y curl socat wget git sudo

时区

timedatectl set-timezone Asia/Shanghai

timedatectl

VPS 测试 & 优化脚本合集

整理了一些常用的 VPS 测试、检测和优化脚本,支持一键运行。


📺 流媒体解锁检测

用于测试 IP 是否支持 Netflix、Disney+、YouTube Premium 等流媒体平台。

bash <(curl -Ls unlock.icmp.ing/scripts/test.sh)
bash <(curl -sL Media.Check.Place)

🌍 IP 质量体检

检测 IP 质量(ASN、地理位置、黑名单、延迟等)。

bash <(curl -sL IP.Check.Place)

🔄 三网回程路由测试

测试回程路由,分析服务器到 电信 / 联通 / 移动 的回程线路。

curl -sSf https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh | sh

📶 网络质量

测试当前网络的延迟、路由、丢包等综合指标。

bash <(curl -Ls https://Check.Place) -N

🧰 综合性能测试

包含网络带宽、硬盘性能、CPU 性能等测试工具。

常用综合测试脚本

wget -qO- bench.sh | bash

Yet-Another-Bench-Script(更详细,支持 Geekbench)

curl -sL yabs.sh | bash -s -- -i

融合怪

bash <(wget -qO- ecs.0s.hk)

📦 常用工具与优化项目


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors