mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
📃 docs: 优化文档细节
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
EasyTier is a simple, safe and decentralized VPN networking solution implemented with the Rust language and Tokio framework.
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
@@ -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,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.
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user