Merge branch 'master' of github.com:mailcow/mailcow-dockerized

master
andryyy 2021-04-03 10:50:11 +02:00
commit 339c8a4315
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@ rules {
ip_reputation = { ip_reputation = {
selector "ip" { selector "ip" {
} }
backend "redis" { backend "redis";
servers = "redis";
}
symbol = "IP_REPUTATION"; symbol = "IP_REPUTATION";
} }
} }