We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e795d17 commit 9e228a5Copy full SHA for 9e228a5
1 file changed
README.md
@@ -22,7 +22,7 @@
22
- 🧪 **端口自动检测与分配**:避免冲突
23
- 🔄 **多订阅管理**:可以保存多个订阅,通过 `clashctl use` 切换当前主订阅。
24
- 💫 **节点选择**:使用编号交互选择策略组和节点。
25
-- 🌐 **Tun 模式**:用于透明代理接管场景。
+- 🌐 **Tun 模式**:用于透明代理接管场景(需root方式安装)。
26
- 🧠 **Mixin 机制**:可按需追加/覆盖 Clash 配置
27
- 👤 **不同权限**:兼容 `root` 与普通用户环境。
28
- 🔐 **安全默认配置**:自动生成或自定义 Secret
@@ -71,7 +71,7 @@ bash install.sh
71
clashctl secret 123 🔐 设置密钥
72
📌 高级
73
clashctl lan 🏠 局域网代理管理
74
- clashctl tun 🧪 Tun 模式管理
+ clashctl tun 🧪 Tun 模式管理(需root方式安装)
75
clashctl boot 🚦 开机代理接管管理
76
clashctl mixin 🧩 Mixin 配置管理
77
clashctl relay 🔗 多跳节点管理
0 commit comments