diff --git a/.vitepress/config/cn.ts b/.vitepress/config/cn.ts index 20d7655..7ca7b19 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 e282cfb..02ad84e 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 fce029f..13c03f2 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 09e7f91..30ce80a 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 0000000..f7b5672 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 0000000..332622d 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 f437ea5..890e5cc 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 d32f561..0000000 --- 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 9c3b401..bdf5e4a 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 12c47d4..0000000 --- a/guide/gui/manual.md +++ /dev/null @@ -1,7 +0,0 @@ -# 手动组网 - -EasyTier 不区分客户端服务端,且完全去中心化,新增节点只需与虚拟网络中的任意节点建链即可加入组网。配置方法如下图所示。 - -![手动组网](/assets/cn/manual.png) - -需要注意节点 IP 输入后需要点击列表项确认,确认后节点地址以卡片形式显示。