mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 22:53:19 +03:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -458,7 +458,7 @@ Please confirm the [API address](https://github.com/rustdesk/rustdesk-server-pro
|
||||
|
||||
You probably 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)
|
||||
- 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). Be careful here, it is `https` rather than `http`.
|
||||
|
||||
# Unexpected character when log in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user