Skip to content

Commit 94c804d

Browse files
authored
Clarify EasyTier CLI output for KCP proxy connections (#238)
1 parent 534bbc8 commit 94c804d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/guide/network/kcp-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Otherwise, the TCP protocol will still be used.
7676

7777
## Checking KCP Proxy Status
7878

79-
You can check the status of KCP proxy connections using the EasyTier CLI tool.
79+
You can check all active proxied connections using the EasyTier CLI tool.
8080

8181
```bash
8282
$ easytier-cli proxy
@@ -108,7 +108,7 @@ QUIC proxy on the receiving end can be disabled using the `--disable-quic-input`
108108
sudo easytier-core --disable-quic-input
109109
```
110110

111-
Both the sender and receiver can check the QUIC proxy connection status using the `easytier-cli proxy` command.
111+
Both the sender and receiver can check all active connections proxied by QUIC using the `easytier-cli proxy` command.
112112

113113
```bash
114114
$ easytier-cli proxy

guide/network/kcp-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sudo easytier-core --enable-kcp-proxy --use-smoltcp
8080

8181
## 查看 KCP 代理状态
8282

83-
可以通过 EasyTier CLI 工具查看 KCP 代理的链接状态
83+
可以通过 EasyTier CLI 工具查看所有已建立的活跃连接
8484

8585
```bash
8686
$ easytier-cli proxy
@@ -112,7 +112,7 @@ sudo easytier-core --enable-quic-proxy
112112
sudo easytier-core --disable-quic-input
113113
```
114114

115-
发送端和接收端可以通过 `easytier-cli proxy` 命令查看 QUIC 代理的链接状态
115+
发送端和接收端可以通过 `easytier-cli proxy` 命令查看所有通过 QUIC 代理建立的活跃连接
116116

117117
```bash
118118
$ easytier-cli proxy

0 commit comments

Comments
 (0)