From 9c09f3961a1287ad0dcedea4be2231de8c92bf6f Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:08:41 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index cb04830..eff77f5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1349,6 +1349,10 @@ Here is an example of the `custom.txt`. codec-preference=av1 ``` +By default, all options are default option, if you want to add override options, please put them under `override-settings` section as above. + +For more options, please check https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/. Only controlling side options work. + # Does ip whitelist supports CIDR? Yes, we added it, https://github.com/rustdesk/rustdesk/pull/2281