Merge pull request #453 from 21pages/opt

opt option verification-method
This commit is contained in:
RustDesk 2024-10-30 11:34:22 +08:00 committed by GitHub
commit bbd8c322d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -248,7 +248,7 @@ What type of password can be used, `temporary password` refers to the one-time r
| Install required | Values | Default | Example |
| :------: | :------: | :------: | :------: |
| N | use-temporary-password, use-permanent-password, both | both | `verification-method=use-permanent-password` |
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
### proxy-url

View File

@ -240,6 +240,14 @@ IP 直接访问的端口。
| :------: | :------: | :------: | :------: |
| N | password, click, password-click | password-click | `approve-mode=password-click` |
### verification-method
可以使用什么类型的密码,“临时密码”是指一次性随机密码。
| 是否需要安装 | 可设值 | 默认值 | 示例 |
| :------: | :------: | :------: | :------: |
| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` |
### proxy-url
代理的 url 。