From eb7de18e53127013a52a02b663774f31ea7664ea Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Tue, 7 May 2024 18:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/guide/introduction.md | 2 +- guide/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/guide/introduction.md b/en/guide/introduction.md index 30b03ed..f96afda 100644 --- a/en/guide/introduction.md +++ b/en/guide/introduction.md @@ -10,7 +10,7 @@ EasyTier is a simple, safe and decentralized VPN networking solution implemented - **Safe**: Use WireGuard protocol to encrypt data. - **High Performance**: Full-link zero-copy, with performance comparable to mainstream networking software. - **Cross-platform**: Supports MacOS/Linux/Windows, will support IOS and Android in the future. The executable file is statically linked, making deployment simple. -- **Networking without public IP**: Supports networking using shared public nodes, refer to [Configuration Guide](/guide/network/without-public-ip.md) +- **Networking without public IP**: Supports networking using shared public nodes, refer to [Configuration Guide](/guide/network/networking-without-public-ip) - **NAT traversal**: Supports UDP-based NAT traversal, able to establish stable connections even in complex network environments. - **Subnet Proxy (Point-to-Network)**: Nodes can expose accessible network segments as proxies to the VPN subnet, allowing other nodes to access these subnets through the node. - **Smart Routing**: Selects links based on traffic to reduce latency and increase throughput. diff --git a/guide/introduction.md b/guide/introduction.md index 1158029..d8a25da 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -10,7 +10,7 @@ - **安全**:支持利用 WireGuard 加密通信,也支持 AES-GCM 加密保护中转流量。 - **高性能**:全链路零拷贝,性能与主流组网软件相当。 - **跨平台**:支持 MacOS/Linux/Windows,未来将支持 IOS 和 Android。可执行文件静态链接,部署简单。 -- **无公网 IP 组网**:支持利用共享的公网节点组网,可参考 [配置指南](/guide/network/without-public-ip) +- **无公网 IP 组网**:支持利用共享的公网节点组网,可参考 [配置指南](/guide/network/networking-without-public-ip) - **NAT 穿透**:支持基于 UDP 的 NAT 穿透,即使在复杂的网络环境下也能建立稳定的连接。 - **子网代理(点对网)**:节点可以将可访问的网段作为代理暴露给 VPN 子网,允许其他节点通过该节点访问这些子网。 - **智能路由**:根据流量智能选择链路,减少延迟,提高吞吐量。