新购VPS后的测试脚本

新购VPS后的测试脚本

# 媒体解锁
bash <(curl -L -s media.ispvps.com)
# IP安全检查
bash <(curl -Ls IP.Check.Place)

#聚合脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh 

LICENSED UNDER CC BY-NC-SA 4.0
Comment