Implement authentication rate limit, fixes #116
This commit is contained in:
@@ -33,6 +33,9 @@ POSTMASTER=admin
|
||||
# Choose how secure connections will behave (value: letsencrypt, cert, notls)
|
||||
TLS_FLAVOR=cert
|
||||
|
||||
# Authentication rate limit (per source IP address)
|
||||
AUTH_RATELIMIT=10/minute;1000/hour
|
||||
|
||||
###################################
|
||||
# Optional features
|
||||
###################################
|
||||
|
||||
Reference in New Issue
Block a user