From 77affefe833259c99079b13482ce71ad24f93a5b Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:07:40 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 69a6fba..cc876fb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -311,5 +311,11 @@ https://www.reddit.com/r/rustdesk/comments/1bkeqcv/wake_on_lan_support/ # SOCKS5 proxy failure 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. + +![image](https://github.com/rustdesk/rustdesk/assets/71636191/5e16205d-c509-497a-bada-195291337f5e) + +