This commit is contained in:
Émilien Devos
2022-05-10 20:45:59 +00:00
committed by GitHub
parent c90abf3592
commit 66b77c46c7

View File

@@ -3,7 +3,7 @@
# pyright: basic
"""Some bot protection / rate limitation
To monitore rate limits and protect privacy the IP addresses are getting stored
To monitor rate limits and protect privacy the IP addresses are getting stored
with a hash so the limiter plugin knows who to block. A redis database is
needed to store the hash values.