ikun
ikun
Published on 2024-10-08 / 57 Visits
0
0

我的常用vps脚本

Vps脚本

Cf支持的端口 http 80*8080*8880*2052*2082*2086*2095(关闭tls)

https 443*2053*2083*2087*2096*8443(开启tls)

Tg代理

rm -rf /home/mtproxy && mkdir /home/mtproxy && cd /home/mtproxy&&curl -fsSL -o mtproxy.sh https://github.com/ellermister/mtproxy/raw/master/mtproxy.sh

bash mtproxy.sh

wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && bash mtproxy_go.sh

科技lion脚本

curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh

wireguard脚本

curl -O https://raw.githubusercontent.com/atrandys/wireguard/master/wg_mult.sh && chmod +x wg_mult.sh && ./wg_mult.sh

ArgoX脚本

Xray

bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)

Sing box

bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/sing-box/main/sing-box.sh)

Hy2脚本

X86

wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/hysteria-install/main/hy2/hysteria.sh && bash hysteria.sh

lxc

curl -sSL https://github.com/seagullz4/hysteria2/raw/main/install.sh -o install.sh && chmod +x install.sh && bash install.sh

梭哈脚本

curl https://www.baipiao.eu.org/suoha.sh -o suoha.sh && bash suoha.sh

XUI面板

优先使用argox,argox和xui冲突,必须卸载xui才能装argox,不然临时隧道无法生成,遇到argox -1时建议重装系统至乌班图20或debian10 LXC架构只能用XUI,用argox会报-1

ArgoX脚本:

bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)

梭哈脚本:

curl https://www.baipiao.eu.org/suoha.sh -o suoha.sh && bash suoha.sh

标准版XUI:

bash <(wget -qO- https://raw.githubusercontent.com/sing-web/x-ui/main/install_CN.sh)

报错安装指定版本XUI:

bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) 0.3.2

极光面板

bash <(curl -fsSL https://raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh)

流媒体解锁脚本

bash <(curl -sSL https://gitlab.com/fscarmen/warp_unlock/-/raw/main/unlock.sh)

流媒体检测脚本

bash <(curl -L -s check.unlock.media)

warp一键脚本

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh

wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/warp.sh && bash warp.sh

cf自动优选IP脚本

curl -ksSL https://gitlab.com/rwkgyg/cdnopw/raw/main/cdnopw.sh -o cdnopw.sh && bash cdnopw.sh

10分钟自动优选的命令

*/10 * * * * cd /root/cfipopw/ && bash cdnip.sh

warp相关

优选Endpoint ip

wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/files/warp-yxip/warp-yxip.sh && bash warp-yxip.sh


Comment