Describe the feature you'd like
ADD automatic banning of IPs that behave suspiciously in the P2P package
Motivation
Currently we just have a static list of banned IPs and any new suspicious IP would be able to keep doing requests.
Additional context
Ban IPs when:
- Handshake fails
- Repeatedly send too long messages, for this we will also need to add a check of size on the send side to prevent fake positives.
Required Tags
- Priority: Medium
- Module: P2P
Describe the feature you'd like
ADD automatic banning of IPs that behave suspiciously in the P2P package
Motivation
Currently we just have a static list of banned IPs and any new suspicious IP would be able to keep doing requests.
Additional context
Ban IPs when:
Required Tags