naming exe

This commit is contained in:
rustdesk
2022-05-17 14:35:52 +08:00
parent 69c89701f3
commit 7eff2be8da
6 changed files with 32 additions and 2 deletions

View File

@@ -101,6 +101,14 @@ hbbs.yourhost.com:21116
```
![](/docs/en/self-host/install/images/server-set-window-zh.png)
#### 把配置放在可执行文件名里 (Windows only)
`rustdesk.exe` 修改为 rustdesk-`host=<host-ip-or-name>,key=<public-key-string>`.exe, 例如: rustdesk-`host=192.168.1.137,key=xfdsfsd32=32`.exe你可以在About窗口看到配置结果如下图所示。
| Menu | About Page |
| -- | -- |
![](/docs/en/self-host/install/images/aboutmenu.png) | ![](/docs/en/self-host/install/images/lic.png) |
## Key
-----------
同上个版本不同本版本中的key是强制的但是不用你自己设置。hbbs在第一次运行时会自动产生一对加密私钥和公钥分别位于运行目录下的`id_ed25519``id_ed25519.pub`文件中),其主要用途是为了通讯加密。