SS一键脚本

ruby

wget -O ss-rust.sh --no-check-certificate https://raw.githubusercontent.com/xOS/Shadowsocks-Rust/master/ss-rust.sh && chmod +x ss-rust.sh && ./ss-rust.sh
Ruby

Xray一键脚本

ruby

bash <(wget -qO- -o- https://github.com/233boy/Xray/raw/main/install.sh)
Ruby

kejilion的VPS管理脚本

ruby

curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
Ruby

Sing-box协议一键脚本

ruby

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

Warp一键脚本

ruby

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

Realm转发一键脚本

ruby

wget -N --no-check-certificate https://git.io/realm.sh && chmod +x realm.sh && ./realm.sh
Ruby

Gost隧道加密转发一键脚本

ruby

wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh && chmod +x gost.sh && ./gost.sh
Ruby

多种代理搭建一键脚本

ruby

wget https://raw.githubusercontent.com/yeahwu/v2ray-wss/main/tcp-wss.sh && bash tcp-wss.sh
Ruby

一键输出Snell+tls配置For Surge

ruby

wget https://raw.githubusercontent.com/Jaydooooooo/Suege-/main/senll-tls.sh -O senll-tls.sh && chmod +x senll-tls.sh && ./senll-tls.sh
Ruby

3X-UI面板搭建脚本

ruby

bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
Ruby

给节点套上CF Tunnel

ruby

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

Naiveproxy节点搭建一键脚本

ruby

wget -N --no-check-certificate https://raw.githubusercontent.com/Misaka-blog/naiveproxy-script/main/naiveproxy.sh && bash naiveproxy.sh
Ruby

Xray-core/sing-box 一键脚本快速安装

ruby

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
Ruby
Github

ruby

wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh
Ruby
官方网站【备用】

VPS一键脚本工具箱

ruby

curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
Ruby
版1

ruby

wget -qO ssh_tool.sh https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
Ruby
版2
若提示curl或wget未找到,说明vps上未安装此依赖,安装后再运行即可,对应系统安装命令如下:
Ubuntu/Debian:
apt-get install -y curl wget
Alpine:
apk add curl wget
Fedora:
dnf install -y curl wget
CentOS/Rocky/Almalinux/Oracle-linux/Amazon-linux:
yum install -y curl wget

iptable一键转发脚本

ruby

wget --no-check-certificate -qO natcfg.sh https://www.arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh
Ruby

Socat一键安装脚本

系统要求:支持CentOS 6+ 、Debian 7+、Ubuntu 14+
脚本说明:脚本默认开启UDP、TCP转发,带开机自启功能。

ruby

wget https://raw.githubusercontent.com/baichal/Socat/main/socat.sh && bash socat.sh
Ruby
GoForward:使用golang实现的tcp udp端口转发DD一个轻量的Alpine Linux 发行版
Loading...
hexo