gitmyhub

sing-box-yg

Shell ★ 9.3k updated 8d ago

Sing-box精装桶五合一协议VPS专用脚本:三大独家功能!自签/acme双证书切换、Argo固定临时双隧道(可共存)、Psiphon赛风VPN(30个国家)分流功能。Hostuno三合一代理脚本

A shell script collection that installs and configures five proxy protocols at once on a Linux VPS with a single interactive command, then generates connection links you paste into a client app, designed for self-hosted censorship circumvention.

Shellsetup: moderatecomplexity 3/5

This is a shell script collection for setting up proxy and VPN connections on a Linux server. The project is written in Chinese and targets users who want to run their own private network tunnel, primarily to access the internet from regions where certain sites are blocked. The README is dense with links to video tutorials and configuration previews, all oriented toward Chinese-speaking users.

The main script handles five proxy protocols at once on a standard VPS: Vless-reality-vision, Vmess with WebSocket transport, Hysteria-2, Tuic-v5, and Anytls. You run a single command in your server terminal and it walks you through the setup interactively. Once done, it generates connection strings (called subscription links) that you paste into a compatible client app on your phone or computer. No domain or SSL certificate is required in the basic mode, though the script can also manage certificates automatically if you want the more advanced setup.

A separate script handles two specific hosting platforms called Serv00 and Hostuno, which are free or low-cost shared hosting accounts. That variant supports three protocols: Vless-reality, Vmess, and Hysteria-2. It also includes an Argo tunnel integration, which routes your traffic through Cloudflare's network to help avoid IP blocks.

One notable feature is an integration with Psiphon, a well-known open-source censorship circumvention tool backed by a Canadian non-profit. The script can pull in Psiphon VPN exit nodes across 30 countries, giving you geographic flexibility for where your traffic appears to originate.

The project links out to a blog, YouTube channel, and Telegram groups where the author posts updates and video walkthroughs. All shared node configurations are generated locally on your own server, so your subscription data does not pass through any third-party service. The codebase is credited partly to two other open-source contributors whose earlier scripts for the Serv00 platform were adapted here.

Where it fits