11 lines
143 B
Plaintext
11 lines
143 B
Plaintext
|
rules {
|
||
|
ip_reputation = {
|
||
|
selector "ip" {
|
||
|
}
|
||
|
backend "redis" {
|
||
|
servers = "redis";
|
||
|
}
|
||
|
symbol = "IP_REPUTATION";
|
||
|
}
|
||
|
}
|