Updated FAQ (markdown)

RustDesk
2025-11-17 17:07:13 +08:00
parent 24295da901
commit 7403f87d35

21
FAQ.md

@@ -1328,6 +1328,27 @@ and
https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#9-bypass-cors-if-using-rustdesk-public-web-client-httpsrustdeskcomweb
# How to customize self-hosted web client?
Since RustDesk Server Pro 1.7.2, we start to support customizing self-hosted web client.
Please put your icon file (`icon.svg` or `icon.png`) and customization file (`custom.txt`) in [the data (working) directory](https://github.com/rustdesk/rustdesk-server-pro/discussions/184#discussioncomment-14869941).
Here is an example of the `custom.txt`.
```
app-name=HelloDesk
hide-network-settings=Y
disable-ab=Y
disable-account=Y
disable-group-panel=Y
lang=de
theme=light
[override-settings]
codec-preference=av1
```
# Does ip whitelist supports CIDR?
Yes, we added it, https://github.com/rustdesk/rustdesk/pull/2281