11 lines
189 B
TOML
11 lines
189 B
TOML
[[throttle]]
|
|
match = {if = "remote-ip", eq = "127.0.0.1"}
|
|
key = ["remote-ip", "authenticated-as"]
|
|
concurrency = 100
|
|
rate = "50/30s"
|
|
|
|
[[throttle]]
|
|
key = "sender-domain"
|
|
concurrency = 10000
|
|
|