Snell v6 一键安装脚本,Snell是由 Surge 团队设计的高性能加密代理协议。

 

Snell v6 一键安装脚本,Snell是由 Surge 团队设计的高性能加密代理协议。通过创新的 Deployment-Level Protocol Diversity(部署级协议多样性)技术,每个部署实例均拥有独立协议特征,在保持极致性能与简单部署的同时,显著提升流量特征多样性。

🚀 Snell Proxy Installer

Snell Version Supported OS Supported Arch License

A minimalist, high-performance Snell proxy server one-click deployment script.
English | 简体中文


✨ Terminal Preview

Terminal Preview

⚡ Quick Install

Run the following command in your terminal to start the installation:

bash <(curl -fsSL snell-ten.vercel.app)

🌟 Key Features

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.

📦 Supported Environments

The script has been tested and supports the following systems (amd64 / aarch64):

  • Debian 10+ / Ubuntu 18.04+
  • CentOS 7+ / RHEL / AlmaLinux / RockyLinux
  • Arch Linux

🛠️ Configuration Guide

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

📚 References

评论

此博客中的热门博文

一键搭建VLESS + REALITY + XHTTP当前最先进的伪装协议

Surge 自有的代理协议 Snell 升级到了 v5,带来了两个新特性