Skip to content

v0.6.0

Compare
Choose a tag to compare
@pires pires released this 10 Jul 08:09
· 46 commits to main since this release
3aa7ea9

Bugfixes

None

Improvements

  • Prevent potentially malicious client(s) from opening connections and not send the proxy protocol header, which could lead to DoS as the server would hold those socket descriptors open indefinitely, eventually running out of resources. The solution is to set a read deadline when waiting for the PROXY protocol header (#74) thanks a lot to @unmarshal