mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-18 23:56:50 +02:00
Update _index.en.md
This commit is contained in:
parent
ff62126be3
commit
29cb346c68
@ -74,7 +74,7 @@ As a `Pro` user you will be able to retrieve the whole encrypted string from the
|
||||
{{% notice note %}}
|
||||
You need to set both `host` and `key`, missing either one will not work.
|
||||
|
||||
Optionally add a `,` (comma) character after the key, before the `.exe` part as a delimiter, to avoid the key being mangled if Windows or the browser renames the file when downloading duplicated names. e.g. `host=<host-ip-or-name>,key=<public-key-string>,.exe`
|
||||
Optionally add a `,` (comma) character after the key, before the `.exe` part as a delimiter, to avoid the key being mangled if Windows or the browser renames the file when downloading duplicated names, e.g. `host=<host-ip-or-name>,key=<public-key-string>,.exe`.
|
||||
|
||||
If there are invalid characters in the key which can not be used in a Windows file name, please remove the
|
||||
`id_ed25519` file from your server and restart `hbbs`/`hbbr`. This will cause the `id_ed25519.pub` file to regenerate. You may need to
|
||||
@ -83,10 +83,10 @@ repeat this process until you get valid characters.
|
||||
|
||||
#### Embrase config string with `--` in the name
|
||||
|
||||
Example: `rustdesk--{config string}--.exe`
|
||||
Example: `rustdesk--{config-string}--.exe`
|
||||
|
||||
{{% notice note %}}
|
||||
Please do not use `-licensed-` together with `--`. e.g. `rustdesk-licensed-{config string}--.exe` does not work in 1.2.3. We will fix it in 1.2.4.
|
||||
Please do not use `-licensed-` together with `--`, e.g. `rustdesk-licensed-{config-string}--.exe` does not work in version 1.2.3. We will fix it in version 1.2.4.
|
||||
{{% /notice %}}
|
||||
|
||||
We have noticed that in some cases, when double downloaded, something like `copy (1)` is added to the end of the file name, and this ruins the config.
|
||||
|
Loading…
x
Reference in New Issue
Block a user