From fa0d0920bbb38a4934a6d2dfc6ef6c411340bd53 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:09:02 +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 cc876fb..a744a0e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -312,7 +312,7 @@ https://www.reddit.com/r/rustdesk/comments/1bkeqcv/wake_on_lan_support/ https://github.com/rustdesk/rustdesk/discussions/6398#discussioncomment-9065991 # Connection reset by the peer -If it is windows portable, it may be caused by the Windows Firewall Dialog, since the first P2P connection will give rise to a TCP listening port. To avoid this, for custom client, you can set below option. Otherwise, you can use force relay https://github.com/rustdesk/rustdesk/wiki/FAQ#force-relay. +If it is windows portable, it may be caused by the Windows Firewall Dialog, since the first P2P connection attempt will give rise to a TCP listening port. To avoid this, for custom client, you can set below option. Otherwise, you can use force relay https://github.com/rustdesk/rustdesk/wiki/FAQ#force-relay. ![image](https://github.com/rustdesk/rustdesk/assets/71636191/5e16205d-c509-497a-bada-195291337f5e)