Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .vitepress/config/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export const cn = defineConfig({
text: '图形界面 GUI 组网',
link: 'guide/gui/index',
items: [
{ text: '共享节点组网', link: '/guide/gui/basic' },
{ text: '手动组网', link: '/guide/gui/manual' },
{ text: '快速组网', link: '/guide/gui/basic' },
{ text: 'WireGuard 接入', link: '/guide/gui/vpn_portal' },
{ text: '子网代理', link: '/guide/gui/subnet_proxy' },
{ text: 'EasyTier 管理器', link: '/guide/gui/easytier-manager' },
Expand Down
3 changes: 1 addition & 2 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export const en = defineConfig({
text: 'GUI Networking',
link: '/en/guide/gui/index',
items: [
{ text: 'Shared Node Networking', link: '/en/guide/gui/basic' },
{ text: 'Manual Networking', link: '/en/guide/gui/manual' },
{ text: 'Quick Networking', link: '/en/guide/gui/basic' },
{ text: 'WireGuard Access', link: '/en/guide/gui/vpn_portal' },
{ text: 'Subnet Proxy', link: '/en/guide/gui/subnet_proxy' },
{ text: 'EasyTier Manager', link: '/en/guide/gui/easytier-manager' },
Expand Down
Binary file modified assets/cn/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/cn/running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/en/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/en/running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions en/guide/gui/basic.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Public Server Networking
# Quick Networking

The GUI defaults to using official shared nodes for networking, which is convenient for friends without public IPs. In most cases, P2P tunneling can be successful. If P2P tunneling fails, the bandwidth between nodes may be relatively low.

The configuration method is shown in the figure.
The configuration method is shown in the figure. EasyTier nodes do not distinguish between server and client. As long as the nodes can directly connect to each other or connect through an initial node (similar to plugging in a network cable), they can join the network.

![Configuration Interface](/assets/cn/config.png)

Expand Down
7 changes: 0 additions & 7 deletions en/guide/gui/manual.md

This file was deleted.

6 changes: 2 additions & 4 deletions guide/gui/basic.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# 公共服务器组网
# 快速组网

GUI 默认使用官方共享节点组网,方便没有公网 IP 的朋友组网。大部分情况可以打洞 P2P 成功,若无法 P2P 成功,节点间带宽可能会比较低。

配置方法如图所示。
配置方法如图所示。EasyTier 节点不区分服务端和客户端,只要节点间可直接连通或通过初始节点连通(类似连网线),即可加入组网。

![配置界面](/assets/cn/config.png)

Expand Down
7 changes: 0 additions & 7 deletions guide/gui/manual.md

This file was deleted.