mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 02:13:19 +03:00
Updated FAQ (markdown)
21
FAQ.md
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
|
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?
|
# Does ip whitelist supports CIDR?
|
||||||
|
|
||||||
Yes, we added it, https://github.com/rustdesk/rustdesk/pull/2281
|
Yes, we added it, https://github.com/rustdesk/rustdesk/pull/2281
|
||||||
|
|||||||
Reference in New Issue
Block a user