Updated FAQ (markdown)

RustDesk
2025-03-19 19:05:30 +08:00
parent 5167f53a70
commit 63fbfb4d70

5
FAQ.md

@@ -893,3 +893,8 @@ or turn off below
[you HAVE to use network_mode: "host" to ensure licensing persists](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/docker/#:~:text=HAVE%20to%20use-,network_mode,-%3A%20%22host%22%20to)
# Building custom client on web console not work
Some users have reported issues where custom client tasks remain stuck in a queued or pending state, and the download link is never generated. Heres why:
The custom client is not built on your server—its compiled on our build server. Your server communicates with ours via HTTP to request these builds. However, some users servers lack direct internet access and rely on a proxy. Unfortunately, this proxy strips critical HTTP header fields, which disrupts communication between the servers. As a result, the custom client fails to function correctly, leaving tasks perpetually queued and preventing the download link from being created.