type = "radix";

This commit is contained in:
Andreas Knuth 2026-01-30 15:43:29 -06:00
parent 8d8b227f6b
commit aaec33365e
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
# Wir definieren eine neue Regel namens DOCKER_WL # Interne Docker Whitelist
DOCKER_WL { DOCKER_WL {
type = "ip"; type = "radix";
map = "${LOCAL_CONFDIR}/local.d/docker_whitelist.map"; map = "${LOCAL_CONFDIR}/local.d/docker_whitelist.map";
symbol = "DOCKER_WHITELIST"; symbol = "DOCKER_WHITELIST";
score = -50.0; # Zieht 50 Punkte ab -> Sofort in die Inbox score = -50.0;
description = "Whitelist fuer interne Docker IPs"; description = "Whitelist fuer interne Docker IPs";
action = "accept"; # Erzwingt Annahme
} }