Updated FAQ (markdown)

RustDesk
2025-02-27 01:14:23 +08:00
parent 40e8a52802
commit 080801c0cf

4
FAQ.md

@@ -456,6 +456,10 @@ Actually it is the same problem as [above](https://github.com/rustdesk/rustdesk/
Please confirm the [API address](https://github.com/rustdesk/rustdesk-server-pro/discussions/540#discussioncomment-12203843
) again.
You probabaly have one of below mistakes.
- You changed api from `<ip>:21114` to `<domain_name>:80`, and blocked `21114`, but you still use `<domain_name>:21114` or forget to modify. So please double confirm, change api to `http://<domain_name>:80` (`:80` is not required, it is the default http port)
- You changed from http to https, and blocked `80`, but you still use `http:<domain_name>` or use `https://<domain_name>:21114` or forget to modify, So please double confirm, change api to `https://<domain_name>:443` (`:443` is not required, it is the default https port)
# Unexpected character when log in
![image](https://github.com/user-attachments/assets/be242a81-298c-43c5-a9c3-c165aeb6600e)