You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add basic abuse protection for RustDesk Server/WebSocket (21118).
Requested behavior:
Detect repeated connection/retry attempts from the same IP.
Detect repeated wrong password attempts.
Temporarily block the source IP for a configurable time, e.g. 1–5 minutes.
Drop WebSocket connections that connect but do not send a valid RustDesk protocol message within a few seconds.
Add configurable thresholds, timeout, and allowlist.
Log the reason when an IP is temporarily blocked.
This would help prevent port-checking tools, connection floods, and password brute-force attempts from creating many or long-lived sessions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Please add basic abuse protection for RustDesk Server/WebSocket (21118).
Requested behavior:
Detect repeated connection/retry attempts from the same IP.
Detect repeated wrong password attempts.
Temporarily block the source IP for a configurable time, e.g. 1–5 minutes.
Drop WebSocket connections that connect but do not send a valid RustDesk protocol message within a few seconds.
Add configurable thresholds, timeout, and allowlist.
Log the reason when an IP is temporarily blocked.
This would help prevent port-checking tools, connection floods, and password brute-force attempts from creating many or long-lived sessions.
All reactions