This commit is contained in:
Sijie.Sun
2025-01-20 14:15:07 +08:00
committed by GitHub
parent 41de88f216
commit 0415c53b40
104 changed files with 12433 additions and 16065 deletions
+42 -29
View File
@@ -5,45 +5,56 @@ layout: home
hero:
name: EasyTier
text: 由 Rust 和 Tokio 驱动
tagline: 一个简单、安全、去中心化的内网穿透 SD-WAN 异地组网方案
tagline: 一个简单、安全、去中心化的异地组网方案
image:
light: '/gui-config-light.png'
dark: '/gui-config-dark.png'
alt: 'Easytier GUI 配置界面'
actions:
- theme: brand
text: 快速开始
link: /guide/introduction
link: /guide/installation
- theme: alt
text: 在 Github 上查看
link: https://github.com/EasyTier/EasyTier
text: 下载
link: /guide/download
- theme: alt
text: 协助改进或翻译文档
link: https://github.com/EasyTier/easytier.github.io
- theme: alt
text: 参与开发
link: https://github.com/EasyTier/EasyTier/issues
text: Web 控制台
link: https://easytier.cn/web
- theme: sponsor
text: 💚 赞助
link: /#sponsor
features:
- title: 去中心化
details: 无需依赖中心化服务,节点平等且独立。
- title: 安全
details: 支持利用 WireGuard 加密通信,也支持 AES-GCM 加密保护中转流量。
- title: 高性能
details: 全链路零拷贝,性能与主流组网软件相当。
- title: 无公网 IP 组网
details: 支持用共享的公网节点组网,可参考配置指南
- title: NAT 穿透
details: 支持基于 UDP 的 NAT 穿透,即使在复杂的网络环境下也能建立稳定的连接。
- title: 子网代理(点对网)
details: 节点可以将其可访问的网段转发到虚拟网,允许其他节点通过该节点访问这些子网。
- title: 智能路由
details: 根据流量智能选择链路,减少延迟,提高吞吐量。
details: 不区分客户端 / 服务端,无需依赖中心化服务,节点平等且独立。
link: /guide/network/decentralized-networking
- title: 易用
details: |
支持通过 网页 / 客户端 / 命令行 多种方式使用,操作简单。
</br>
支持使用共享节点一键组网。
link: /guide/network/web-console
- title: 跨平台
details: |
支持 MacOS/Linux/Windows/FreeBSD/Android 等系统。未来将支持 IOS。
支持 Windows / MacOS / Linux / FreeBSD / Android 等系统。
</br>
支持 MIPS、ARM 等硬件架构。
</br>
可执行文件静态链接,部署简单。
- title: GUI 支持
details: 可通过图形界面使用,方便快捷。
支持 X86 / ARM / MIPS 等硬件架构。
link: /guide/download
- title: 安全
details: 支持 AES-GCM 或 WireGuard 加密保护中转流量,免受中间人攻击。
link: /
- title: 高效 NAT 穿透
details: 支持基于 UDP 的 NAT 穿透和 IPV6 穿透,在某些情况下可以打通 NAT4-NAT4 的网络。
link: /
- title: 子网代理
details: 节点可以将其可访问的网段转发到虚拟网,允许其他节点通过该节点访问这些子网。
link: /guide/network/point-to-networking
- title: 智能路由
details: 支持延迟优先模式,自动选择最优路径,提供最佳的网络体验。
link: /guide/network/configurations
- title: 高性能
details: 全链路零拷贝,性能与主流组网软件相当。</br> 节点间通信支持 TCP / UDP / QUIC / WG 等多种协议。
link: /guide/perf
---
## 相关链接
@@ -53,7 +64,7 @@ features:
- QQ 群:[949700262](https://qm.qq.com/q/wFoTUChqZW)
- Telegramhttps://t.me/easytier
## 赞助
## 赞助 {#sponsor}
如果您觉得 EasyTier 对您有所帮助,欢迎赞助我们。
@@ -63,3 +74,5 @@ features:
<img src="/assets/weixin.png" alt="微信" width="300" style="display: inline-block" />
<img src="/assets/zhifubao.png" alt="支付宝" width="300" style="display: inline-block; margin-left: 2em"/>
</div>
<Home />