type = "radix";
This commit is contained in:
parent
8d8b227f6b
commit
aaec33365e
|
|
@ -1,9 +1,8 @@
|
|||
# Wir definieren eine neue Regel namens DOCKER_WL
|
||||
# Interne Docker Whitelist
|
||||
DOCKER_WL {
|
||||
type = "ip";
|
||||
type = "radix";
|
||||
map = "${LOCAL_CONFDIR}/local.d/docker_whitelist.map";
|
||||
symbol = "DOCKER_WHITELIST";
|
||||
score = -50.0; # Zieht 50 Punkte ab -> Sofort in die Inbox
|
||||
score = -50.0;
|
||||
description = "Whitelist fuer interne Docker IPs";
|
||||
action = "accept"; # Erzwingt Annahme
|
||||
}
|
||||
Loading…
Reference in New Issue