13 lines
207 B
TOML
13 lines
207 B
TOML
[[throttle]]
|
|
match = "remote_ip == '127.0.0.1'"
|
|
key = ["remote_ip", "authenticated_as"]
|
|
concurrency = 100
|
|
rate = "50/30s"
|
|
enable = true
|
|
|
|
[[throttle]]
|
|
key = "sender_domain"
|
|
concurrency = 10000
|
|
enable = true
|
|
|