We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7b69c commit 2af015cCopy full SHA for 2af015c
1 file changed
en/guide/network/kcp-proxy.md
@@ -76,7 +76,7 @@ Otherwise, the TCP protocol will still be used.
76
77
## Checking KCP Proxy Status
78
79
-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.
80
81
```bash
82
$ easytier-cli proxy
@@ -108,7 +108,7 @@ QUIC proxy on the receiving end can be disabled using the `--disable-quic-input`
108
sudo easytier-core --disable-quic-input
109
```
110
111
-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.
112
113
114
0 commit comments