Snell v6 一键安装脚本,Snell是由 Surge 团队设计的高性能加密代理协议。
Snell v6 一键安装脚本,Snell是由 Surge 团队设计的高性能加密代理协议。通过创新的 Deployment-Level Protocol Diversity(部署级协议多样性)技术,每个部署实例均拥有独立协议特征,在保持极致性能与简单部署的同时,显著提升流量特征多样性。
🚀 Snell Proxy Installer
A minimalist, high-performance Snell proxy server one-click deployment script.
English | 简体中文
Run the following command in your terminal to start the installation:
bash <(curl -fsSL snell-ten.vercel.app)Snell is a lean encrypted proxy protocol developed by our team. Here are some highlights:
- Extreme performance.
- Support UDP over TCP relay.
- Single binary with zero dependencies. (except glibc)
- A wizard to help you start.
- Proxy server will report remote errors to the client if an error encounters. Clients may choose countermeasures for different scenarios.
The script has been tested and supports the following systems (amd64 / aarch64):
- Debian 10+ / Ubuntu 18.04+
- CentOS 7+ / RHEL / AlmaLinux / RockyLinux
- Arch Linux
Server config file path: /etc/snell/snell-server.conf
[snell-server]
listen = 0.0.0.0:7177,[::]:7177 # TCP listen addresses (comma-separated)
psk = your_pre_shared_key # Pre-shared key (16 - 255 bytes)
# Operating mode. Ensure server and client modes are consistent:
# - default: Enables traffic obfuscation and AES encryption.
# - unshaped: Disables obfuscation, AES only (10% faster).
# - unsafe-raw: No encryption or obfuscation (secure environments only).
mode = default
dns-ip-preference = default # Options: default, prefer-ipv4, prefer-ipv6, ipv4-only, ipv6-only
egress-interface = eth0 # (Optional) Bind outgoing sockets to an interface- Official Release Notes: Snell V6 Release Notes
- Snell is a lightweight proxy protocol developed by the Surge Team.

评论
发表评论