diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index de581d2..1356d60 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -14,7 +14,7 @@ export const en = defineConfig({ ], }, { - text: 'networking', + text: 'Networking', link: '/en/guide/networking', items: [ { text: 'Two Node', link: '/en//guide/network/two-node-networking' }, diff --git a/en/guide/introduction.md b/en/guide/introduction.md index 589ab83..bd669fc 100644 --- a/en/guide/introduction.md +++ b/en/guide/introduction.md @@ -2,8 +2,6 @@ EasyTier is a simple, safe and decentralized VPN networking solution implemented with the Rust language and Tokio framework. -![alt text](/assets/image-5.png)![alt text](/assets/image-4.png) - ## Features - **Decentralized**: No need to rely on centralized services, nodes are equal and independent. @@ -17,3 +15,9 @@ EasyTier is a simple, safe and decentralized VPN networking solution implemented - **TCP Support**: Provides reliable data transmission through concurrent TCP links when UDP is limited, optimizing performance. - **High Availability**: Supports multi-path and switches to healthy paths when high packet loss or network errors are detected. - **IPv6 Support**: Supports networking using IPv6. + +## GUI + +![alt text](/assets/image-5.png) + +![alt text](/assets/image-4.png) diff --git a/en/guide/network/two-node-networking.md b/en/guide/network/two-node-networking.md index 486b8c5..d6fc917 100644 --- a/en/guide/network/two-node-networking.md +++ b/en/guide/network/two-node-networking.md @@ -80,6 +80,8 @@ nodea <-----> nodeb | :----------- | :------- | :--- | :----- | :-------- | :------- | :------- | :----------- | :------- | :-------- | | 10.144.144.1 | abc-dec | 1 | 3.452 | 0 | 17.33kB | 20.42kB | udp | FullCone | 390879727 | + Use easytier-cli to view routing information in the subnet + ```sh easytier-cli route ``` diff --git a/en/guide/networking.md b/en/guide/networking.md index 24428f9..b85c302 100644 --- a/en/guide/networking.md +++ b/en/guide/networking.md @@ -1,6 +1,6 @@ # Networking -::: tip tips +::: warning tips The following text only describes the use of the command-line tool; the GUI program can be configured by referring to the following concepts. ::: diff --git a/guide/introduction.md b/guide/introduction.md index b306144..58ee8e9 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -2,8 +2,6 @@ 一个简单、安全、去中心化的内网穿透 VPN 组网方案,使用 Rust 语言和 Tokio 框架实现。 -![alt text](/assets/image-6.png)![alt text](/assets/image-7.png) - ## 特点 - **去中心化**:无需依赖中心化服务,节点平等且独立。 @@ -17,3 +15,9 @@ - **TCP 支持**:在 UDP 受限的情况下,通过并发 TCP 链接提供可靠的数据传输,优化性能。 - **高可用性**:支持多路径和在检测到高丢包率或网络错误时切换到健康路径。 - **IPV6 支持**:支持利用 IPV6 组网。 + +## GUI + +![alt text](/assets/image-6.png) + +![alt text](/assets/image-7.png) diff --git a/guide/network/two-node-networking.md b/guide/network/two-node-networking.md index ad76141..c4b111e 100644 --- a/guide/network/two-node-networking.md +++ b/guide/network/two-node-networking.md @@ -80,6 +80,8 @@ nodeA <-----> nodeB | :----------- | :------- | :--- | :----- | :-------- | :------- | :------- | :----------- | :------- | :-------- | | 10.144.144.1 | abc-dec | 1 | 3.452 | 0 | 17.33kB | 20.42kB | udp | FullCone | 390879727 | + 使用 easytier-cli 查看子网中的路由信息 + ```sh easytier-cli route ```