各种常用脚本,只做收藏。

开启warp

bash <(wget -qO- https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh)

话不多说,only ipv6的vps有奇效

安装xui面板

bash <(wget -qO- https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

会随机生成根路径,并且支持tg通知

搭建hysteria2梯子

bash <(wget -qO- https://github.com/seagullz4/hysteria2/raw/main/install.sh)

可以方便设置端口跳跃

一键搭建argo隧道和多个节点并套cdn

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

搭完节点之后,ipv4环境就可以直接使用ipv6 vps搭建的节点了,还可以优选~

dns64

# 编辑dns服务文件
nano /etc/resolv.conf
# google dns64
nameserver 2001:4860:4860::6464
nameserver 2001:4860:4860::64

# cf dns64
nameserver 2606:4700:4700::64
nameserver 2606:4700:4700::6400

# trex dns64
nameserver 2001:67c:2b0::4
nameserver 2001:67c:2b0::6

dns64服务 选一组配置即可,注意编辑的时候 需要将原有的dns服务配置注释
最好不要直接覆盖,否则出现问题无法回滚,会比较麻烦。

测速脚本

bash <(wget -qO- bench.sh)