This commit is contained in:
2026-01-30 15:33:28 -06:00
parent 7fb7f33e72
commit 8d8b227f6b
3 changed files with 14 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
# Interne Docker Netzwerke
172.16.0.0/12
192.168.0.0/16
10.0.0.0/8
fd00::/8

View File

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