-
Notifications
You must be signed in to change notification settings - Fork 49
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
guide/network/fast-networking.md
Outdated
在 Easytier 中 network-name 的优先级是最高的,对于每一个节点来说,只能有一个名称相同的 network-name 。 | ||
::: | ||
|
||
例如:我们在使用公共服务器进行组网时,如果你的 network-name (abc) 在公共服务器中被其他节点使用,那么 abc 这个网络名将无法被您所使用,除非您知道 abc 这个网络的密匙,即network-secret。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这段应该一起放在 warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
guide/network/fast-networking.md
Outdated
@@ -97,7 +111,7 @@ easytier-cli node | |||
└───────────────┴──────────────────────┘ | |||
``` | |||
|
|||
## 使用多个共享节点 | |||
## 同时使用多个共享节点组网(同时使用多个公共服务器组网) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
太长
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
怕小白不理解,很多人都是中心化用惯了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
主要是在网页里会显示的不好看,可以看看有没有什么方法能兼顾易懂和美观
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
手机上过长的标题可能会显的更凌乱
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
guide/network/fast-networking.md
Outdated
@@ -135,6 +149,8 @@ nodeB <-----> nodeD | |||
|
|||
即使出现网络分区,即 C 只能连接到 A,D 只能连接到 B,C 和 D 之间依然可以通信。 | |||
|
|||
例如: C 连接 A ,通过 A 和 B 组成的集群后,D 连接 B , 即使 C 和 D 使用的是不同的公共服务器,也可以互相发现彼此并进行组网。 |
There was a problem hiding this comment.
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 之间依然可以通信。组网模式如图所示:
描述似乎是重复的
There was a problem hiding this comment.
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故障还是能正常组网,集群是通过不同的共享节点来发现彼此
已按照要求修改
已按照要求修改
优化了快速组网的教程