Files
kumomta/crates/throttle/src
Wez Furlong 8db3ab17d6 shaping: expand automation rules with trigger and SetConfig
allows stuff like:

```toml
[["default".automation]]
regex = "250 2\\.0\\.0 boop"
action = {SetConfig={name="max_connection_rate", value="100/s"}}
trigger = {Threshold="2/hr"}
duration = "2 hours"
```

This commit only enables parsing this information; no action is
taken on it at this time.
2023-08-02 10:43:48 -07:00
..
2023-06-30 15:42:03 -07:00