haveachin / infrared

An ultra lightweight minecraft reverse proxy and idle placeholder
https://infrared.dev
GNU Affero General Public License v3.0
745 stars 60 forks source link

feat: add rate limiter #201

Closed haveachin closed 8 months ago

haveachin commented 9 months ago

This PR adds a filter feature to Infrared that allows Infrared to filter connections they are processed. In this PR a rate limiter filter is added to limit the amount of connections an IP can make per second.

This PR also brings linting, CI and build automation.

~Blocked by #194~