From 624570b6e681592ebc370bdefdef8a6e8fa9fe7b Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 1 May 2025 00:12:52 +0800 Subject: [PATCH] Update _index.en.md --- .../client-configuration/advanced-settings/_index.en.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/self-host/client-configuration/advanced-settings/_index.en.md b/content/self-host/client-configuration/advanced-settings/_index.en.md index 911f853..dbbf677 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.en.md +++ b/content/self-host/client-configuration/advanced-settings/_index.en.md @@ -1186,3 +1186,12 @@ D3D render can get high FPS and reduce the cpu usage, but the remote control scr | Values | Default | Example | | :------: | :------: | :------: | | Y, N | N | `allow-d3d-render=Y` | + + +### allow-hostname-as-id + +[Use hostname as id](https://github.com/rustdesk/rustdesk-server-pro/discussions/483), spaces in the hostname are replaced with '-'. This is not 100% guaranteed; if a conflict occurs, a random ID will be assigned. Available in RustDesk client version 1.4.0 and later." + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | N | `allow-hostname-as-id=Y` |