更新以匹配上游修改

This commit is contained in:
Kris 2024-07-12 14:16:08 +02:00
parent 769d0dddf7
commit 44982a63c3
No known key found for this signature in database
GPG Key ID: 36AFAA97D2910652
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ If you installed the Agent using a one-click script, you can add or modify param
- `--disable-force-update`: Disables the **forced update** feature of the Agent, enhancing security.
- `--disable-command-execute`: Prevents execution of any scheduled tasks or use of the WebSSH on the Agent, enhancing security.
- `--tls`: Enables SSL/TLS encryption. This should be enabled when you are using nginx to reverse proxy the Agent's gRPC connections and nginx is configured with SSL/TLS.
- `--use-ipv6-countrycode`: Forces the use of IPv6 addresses to query country codes. By default, the Agent uses IPv4 addresses to query country codes. If server supports IPv6 and the country code of the IPv4 address is different, can use this parameter.
- `--gpu`: Enables GPU monitoring. Note: Monitoring GPU usage may require installation of additional dependencies. For more details, refer to the documentation: [Enable GPU Monitoring](/en_US/guide/q9.html).
- `--temperature`: Enables hardware temperature monitoring. Only effective on supported hardware, some VPS may not be able to retrieve temperature information.
- `-q`, `--silent`: Enables silent mode, suppressing any output or logs to the console.

View File

@ -29,6 +29,7 @@ outline: deep
- `--disable-force-update`:禁用 Agent 的**强制更新**功能,增强安全性。
- `--disable-command-execute`:禁止在 Agent 上执行任何定时任务或使用在线终端,增强安全性。
- `--tls`:启用 SSL/TLS 加密。当您使用 nginx 反向代理 Agent 的 gRPC 连接且 nginx 配置了 SSL/TLS 时,应启用此配置。
- `--use-ipv6-countrycode`:强制使用 IPv6 地址查询国家代码。默认情况下Agent 使用 IPv4 地址查询国家代码,如果服务器支持 IPv6 且与 IPv4 地址的国家代码不同,可以使用此参数。
- `--gpu`:启用 GPU 监控。注意GPU 使用率监控可能需要安装额外的依赖包,详细信息可以参考文档:[启用 GPU 监控](/guide/q9.html)。
- `--temperature`:启用硬件温度监控。仅支持的硬件有效,部分 VPS 可能无法获取温度信息。
- `-q`, `--silent`:启用静默模式,不在控制台输出任何信息或日志。