Update _index.en.md

This commit is contained in:
RustDesk 2024-08-28 18:04:27 +08:00 committed by GitHub
parent 745d256ecd
commit e4058495e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,11 +106,15 @@ We have noticed that in some cases, when double downloaded, something like `copy
By adding `--` at the end right after our config string, even if something is added to the file name, it won't corrupt the config string, and RustDesk will correctly retrieve it.
### 6. [Hardcoding Custom Settings](https://rustdesk.com/docs/en/self-host/client-configuration/hardcode-settings/)
### 6, Import config from `Pro` via clipboard
### 7. Use command line `--config`
https://github.com/rustdesk/rustdesk-server-pro/discussions/372#discussioncomment-10473298
### 7. [Hardcoding Custom Settings](https://rustdesk.com/docs/en/self-host/client-configuration/hardcode-settings/)
### 8. Use command line `--config`
`rustdesk.exe --config <config-string>`
You can get the config string from web console (you can see it on above picture) or from RustDesk client "Settings → Network" ([here](https://github.com/rustdesk/rustdesk/discussions/7118) is a discussion about this).
### 8. [Advanced Settings](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/)
### 9. [Advanced Settings](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/)