Implement authentication rate limit, fixes #116

This commit is contained in:
kaiyou
2017-10-29 18:42:35 +01:00
parent 716e166b11
commit 19fe73b388
5 changed files with 17 additions and 1 deletions

View File

@@ -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
###################################