From 6803950337c6f91324269cd8280db97508847350 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:53:21 +0800 Subject: [PATCH] Update _index.en.md --- .../advanced-settings/_index.en.md | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) 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 285cc1a8..58f0a1c5 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.en.md +++ b/content/self-host/client-configuration/advanced-settings/_index.en.md @@ -146,7 +146,7 @@ Allow the control side to change the settings in controlled RustDesk UI. | Install required | Values | Default | Example | | :------: | :------: | :------: | :------: | -| N | Y, N | Y | `allow-remote-config-modification=Y` | +| N | Y, N | N | `allow-remote-config-modification=Y` | ### enable-lan-discovery @@ -1078,3 +1078,35 @@ https://github.com/rustdesk/rustdesk-server-pro/issues/332 | Values | Default | Example | | :------: | :------: | :------: | | Y, N | N | `hide-tray=Y` | + +### one-way-clipboard-redirection + +Disable clipboard sync from remote side to local side, available in RustDesk client >=1.3.1 (controlled side) + +https://github.com/rustdesk/rustdesk/discussions/9010 + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | N | `one-way-clipboard-redirection=Y` | + +### enable-clipboard-init-sync + +If sync initial clipboard when establishing connection (only from local side to remote side), available in RustDesk client >=1.3.1 (controlling side) + +https://github.com/rustdesk/rustdesk/discussions/9010 + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | Y | `enable-clipboard-init-sync=N` | + +### allow-logon-screen-password + +If allow password input on logon screen when [click-only approve mode](https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#approve-mode) is used, available in RustDesk client >=1.3.1 (controlled side) + +https://github.com/rustdesk/rustdesk/discussions/9269 + +| Values | Default | Example | +| :------: | :------: | :------: | +| Y, N | N | `allow-logon-screen-password=Y` | + +