allows for N actions per minute Changelog-Changed: Switched to token-based ratelimiting Closes: https://github.com/damus-io/noteguard/issues/2
6 lines
96 B
TOML
6 lines
96 B
TOML
|
|
pipeline = ["ratelimit"]
|
|
|
|
[filters.ratelimit]
|
|
posts_per_minute = 10
|
|
whitelist = ["127.0.0.10"]
|