📃 docs: 优化文档细节

This commit is contained in:
m1m1sha
2024-05-07 22:08:58 +08:00
parent 77e4f7402b
commit 608f0bcd0c
6 changed files with 18 additions and 6 deletions
+6 -2
View File
@@ -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)
+2
View File
@@ -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
```
+1 -1
View File
@@ -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.
:::