From f88c9576bdc7c5909eda6d22c49e3074f7397c3c Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:11:43 +0100 Subject: [PATCH 1/2] Clarify EasyTier CLI output for KCP proxy connections Updated the KCP proxy documentation to clarify that the EasyTier CLI tool can display all established active connections instead of just the link status. --- guide/network/kcp-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/network/kcp-proxy.md b/guide/network/kcp-proxy.md index ab191f1..2f54c81 100644 --- a/guide/network/kcp-proxy.md +++ b/guide/network/kcp-proxy.md @@ -80,7 +80,7 @@ sudo easytier-core --enable-kcp-proxy --use-smoltcp ## 查看 KCP 代理状态 -可以通过 EasyTier CLI 工具查看 KCP 代理的链接状态。 +可以通过 EasyTier CLI 工具查看所有已建立的活跃连接。 ```bash $ easytier-cli proxy @@ -112,7 +112,7 @@ sudo easytier-core --enable-quic-proxy sudo easytier-core --disable-quic-input ``` -发送端和接收端可以通过 `easytier-cli proxy` 命令查看 QUIC 代理的链接状态。 +发送端和接收端可以通过 `easytier-cli proxy` 命令查看所有通过 QUIC 代理建立的活跃连接。 ```bash $ easytier-cli proxy From 6e1c958eda306146e395e9d1a135459903256225 Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:16:04 +0100 Subject: [PATCH 2/2] Clarify KCP proxy connection status instructions --- en/guide/network/kcp-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/guide/network/kcp-proxy.md b/en/guide/network/kcp-proxy.md index 423745e..2a25b2d 100644 --- a/en/guide/network/kcp-proxy.md +++ b/en/guide/network/kcp-proxy.md @@ -76,7 +76,7 @@ Otherwise, the TCP protocol will still be used. ## Checking KCP Proxy Status -You can check the status of KCP proxy connections using the EasyTier CLI tool. +You can check all active proxied connections using the EasyTier CLI tool. ```bash $ easytier-cli proxy @@ -108,7 +108,7 @@ QUIC proxy on the receiving end can be disabled using the `--disable-quic-input` sudo easytier-core --disable-quic-input ``` -Both the sender and receiver can check the QUIC proxy connection status using the `easytier-cli proxy` command. +Both the sender and receiver can check all active connections proxied by QUIC using the `easytier-cli proxy` command. ```bash $ easytier-cli proxy