mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 08:54:20 +01:00
Merge pull request #453 from 21pages/opt
opt option verification-method
This commit is contained in:
commit
bbd8c322d9
@ -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
|
||||
|
||||
|
@ -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 。
|
||||
|
Loading…
Reference in New Issue
Block a user