-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auth: ban consecutive failed requests
Consecutive unauthenticated requests that exceed a given threshold will be banned for a given period before they are allowed to make any new request. Every consecutive failed attempt exponentially increases the cool down period in which the peer is blocked from authenticate itself up to a upper limit.
- Loading branch information
1 parent
47c2335
commit 2987954
Showing
6 changed files
with
303 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.