update for websocket

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-05-09 17:45:57 +08:00
parent b76b593c7b
commit 4d6eb29da0
7 changed files with 492 additions and 13 deletions
@@ -1048,7 +1048,7 @@ https://github.com/rustdesk/rustdesk/discussions/7956
| :------: | :------: | :------: |
| Y, N | Y | `remove-preset-password-warning=Y` |
### hide-security-settings / hide-network-settings / hide-server-settings / hide-proxy-settings
### hide-security-settings / hide-network-settings / hide-server-settings / hide-proxy-settings / hide-websocket-settings
Controls whether to hide some settings. Please ensure `Disable settings` is turned off, otherwise these won't work.
@@ -1197,3 +1197,11 @@ Available in RustDesk client version 1.4.0 and later.
| Values | Default | Example |
| :------: | :------: | :------: |
| Y, N | N | `allow-hostname-as-id=Y` |
### allow-websocket
Use WebSocket protocol to connect server and client. Only available in RustDesk client >=1.4.0 and Pro server >= 1.5.7. Note that WebSocket only supports relay connection.
| Values | Default | Example |
| :------: | :------: | :------: |
| Y, N | N | `allow-websocket=Y` |