Skip to content

Update fast-networking.md #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

purifierprobe
Copy link
Contributor

优化了快速组网的教程

Copy link

vercel bot commented May 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
doc ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:53am

@KKRainbow
Copy link
Member

image

章节标题太长了,另外 warning 的位置也很奇怪

在 Easytier 中 network-name 的优先级是最高的,对于每一个节点来说,只能有一个名称相同的 network-name 。
:::

例如:我们在使用公共服务器进行组网时,如果你的 network-name (abc) 在公共服务器中被其他节点使用,那么 abc 这个网络名将无法被您所使用,除非您知道 abc 这个网络的密匙,即network-secret。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这段应该一起放在 warning

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

@@ -97,7 +111,7 @@ easytier-cli node
└───────────────┴──────────────────────┘
```

## 使用多个共享节点
## 同时使用多个共享节点组网(同时使用多个公共服务器组网)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

太长

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

怕小白不理解,很多人都是中心化用惯了

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

主要是在网页里会显示的不好看,可以看看有没有什么方法能兼顾易懂和美观

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

手机上过长的标题可能会显的更凌乱

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

@@ -135,6 +149,8 @@ nodeB <-----> nodeD

即使出现网络分区,即 C 只能连接到 A,D 只能连接到 B,C 和 D 之间依然可以通信。

例如: C 连接 A ,通过 A 和 B 组成的集群后,D 连接 B , 即使 C 和 D 使用的是不同的公共服务器,也可以互相发现彼此并进行组网。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这句话应该是对于上图的注解?跟

这依赖了 EasyTier 所支持的共享节点集群功能,假设有 A 和 B 两个共享节点,这两个共享节点互联组成集群。当 C 和 D 希望组网时,C 和 D 可以同时连接到 A 和 B,这样即使 A 或 B 故障,C 和 D 之间依然可以通信。组网模式如图所示:

描述似乎是重复的

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

怕小白不理解这个集群效果到底是什么样的,比如您写的是“C 和 D 可以同时连接到 A 和 B,这样即使 A 或 B 故障,C 和 D 之间依然可以通信”,这种的话是C连接A和B,D连接A和B,A或B故障还是能正常组网,集群是通过不同的共享节点来发现彼此

已按照要求修改
已按照要求修改
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants