常用VPS脚本合集

  • 本页推荐各类脚本,博主仅供分享,不承担任何责任,如有侵权等问题请联系站长删除
  • 站长邮箱:mail@czc.life

BBR加速内核(适用于KVM、Hyper-V、XEN等)

卸载内核
wget -N –no-check-certificate “https://github.000060000.xyz/tcp.sh” && chmod +x tcp.sh && ./tcp.sh
不卸载内核
wget -N –no-check-certificate “https://github.000060000.xyz/tcpx.sh” && chmod +x tcpx.sh && ./tcpx.sh

BBR端口加速(适用于OVZ、LXC等)

安装前请注意机器是否开启TUN服务
脚本1:wget –no-cache -O lkl-haproxy.sh https://github.com/mzz2017/lkl-haproxy/raw/master/lkl-haproxy.sh && bash lkl-haproxy.sh

脚本2:wget https://raw.githubusercontent.com/kuoruan/shell-scripts/master/ovz-bbr/ovz-bbr-installer.sh && chmod +x ovz-bbr-installer.sh && ./ovz-bbr-installer.sh

WARP加速(通用脚本)

脚本1:bash <(curl -fsSL git.io/warp.sh) menu
脚本2:wget -N https://cdn.jsdelivr.net/gh/fscarmen/warp/menu.sh && bash menu.sh

检测流媒体解锁

bash <(curl -L -s check.unlock.media)
备用地址:bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

自动刷Netflix原生IP

wget https://github.com/luoxue-bot/warp_auto_change_ip/raw/main/warp_change_ip.sh && chmod +x warp_change_ip.sh && ./warp_change_ip.sh

服务器本地测速(speedtest.py)

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py && chmod +x speedtest-cli
使用命令:./speedtest.py

服务器探针