From 4da54297691f7db96c251c6fd9046b6d28183b28 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:14:53 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0deb8c7..b5c2164 100644 --- a/FAQ.md +++ b/FAQ.md @@ -456,7 +456,7 @@ 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 probably have one of below mistakes. - You changed api from `:21114` to `:80`, and blocked `21114`, but you still use `:21114` or forget to modify. So please double confirm, change api to `http://: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:` or use `https://:21114` or forget to modify, So please double confirm, change api to `https://:443` (`:443` is not required, it is the default https port)