jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
73 stars 8 forks source link

Add client connection rate limit #149

Closed jhalter closed 1 month ago

jhalter commented 1 month ago

Add client connection rate limit to mitigate connection spam attacks, starting with a hardcoded rate of 1 connection / 2 seconds.