diff --git a/.vitepress/config/cn.ts b/.vitepress/config/cn.ts index 20d76554..7ca7b197 100644 --- a/.vitepress/config/cn.ts +++ b/.vitepress/config/cn.ts @@ -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' }, diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index e282cfbc..02ad84e4 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -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' }, diff --git a/assets/cn/config.png b/assets/cn/config.png index fce029f5..13c03f2a 100644 Binary files a/assets/cn/config.png and b/assets/cn/config.png differ diff --git a/assets/cn/running.png b/assets/cn/running.png index 09e7f914..30ce80af 100644 Binary files a/assets/cn/running.png and b/assets/cn/running.png differ diff --git a/assets/en/config.png b/assets/en/config.png new file mode 100644 index 00000000..f7b5672b Binary files /dev/null and b/assets/en/config.png differ diff --git a/assets/en/running.png b/assets/en/running.png new file mode 100644 index 00000000..332622d2 Binary files /dev/null and b/assets/en/running.png differ diff --git a/en/guide/gui/basic.md b/en/guide/gui/basic.md index f437ea52..890e5cc5 100644 --- a/en/guide/gui/basic.md +++ b/en/guide/gui/basic.md @@ -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) diff --git a/en/guide/gui/manual.md b/en/guide/gui/manual.md deleted file mode 100644 index d32f5619..00000000 --- a/en/guide/gui/manual.md +++ /dev/null @@ -1,7 +0,0 @@ -# Manual Networking - -EasyTier does not distinguish between client and server, and is completely decentralized. New nodes only need to establish a connection with any node in the virtual network to join the network. The configuration method is shown in the figure below. - -![Manual Networking](/assets/cn/manual.png) - -Note: After entering the node IP, you need to click on the list item to confirm. After confirmation, the node address will be displayed in card format. diff --git a/guide/gui/basic.md b/guide/gui/basic.md index 9c3b4019..bdf5e4a0 100644 --- a/guide/gui/basic.md +++ b/guide/gui/basic.md @@ -1,8 +1,6 @@ -# 公共服务器组网 +# 快速组网 -GUI 默认使用官方共享节点组网,方便没有公网 IP 的朋友组网。大部分情况可以打洞 P2P 成功,若无法 P2P 成功,节点间带宽可能会比较低。 - -配置方法如图所示。 +配置方法如图所示。EasyTier 节点不区分服务端和客户端,只要节点间可直接连通或通过初始节点连通(类似连网线),即可加入组网。 ![配置界面](/assets/cn/config.png) diff --git a/guide/gui/manual.md b/guide/gui/manual.md deleted file mode 100644 index 12c47d41..00000000 --- a/guide/gui/manual.md +++ /dev/null @@ -1,7 +0,0 @@ -# 手动组网 - -EasyTier 不区分客户端服务端,且完全去中心化,新增节点只需与虚拟网络中的任意节点建链即可加入组网。配置方法如下图所示。 - -![手动组网](/assets/cn/manual.png) - -需要注意节点 IP 输入后需要点击列表项确认,确认后节点地址以卡片形式显示。