mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-21 01:07:49 +00:00
9 lines
118 B
Text
9 lines
118 B
Text
rules {
|
|
ip_reputation = {
|
|
selector "ip" {
|
|
}
|
|
backend "redis" {
|
|
}
|
|
symbol = "IP_REPUTATION";
|
|
}
|
|
}
|