bakwc / PySyncObj

A library for replicating your python class between multiple servers, based on raft protocol
MIT License
706 stars 113 forks source link

Log connections dropped due to a security error #175

Open Sandwichs-del opened 1 year ago

Sandwichs-del commented 1 year ago

This allows blocking some attackers fail2ban style. Unfortunately this does not work for DoS attempts - see https://github.com/bakwc/PySyncObj/issues/174

As promised in https://github.com/bakwc/PySyncObj/pull/173