reputation.conf 118 B

123456789
  1. rules {
  2. ip_reputation = {
  3. selector "ip" {
  4. }
  5. backend "redis" {
  6. }
  7. symbol = "IP_REPUTATION";
  8. }
  9. }