diff --git a/FAQ.md b/FAQ.md index a47bea1..99f78a6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -312,10 +312,13 @@ 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 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. +- 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) +- Check your relay server (hbbr/21117) is using the same public key as hbbs. + +