This commit is contained in:
2026-01-30 16:14:29 -06:00
parent aaec33365e
commit c3d992a479
3 changed files with 10 additions and 8 deletions

View File

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

View File

@@ -1,8 +0,0 @@
# Interne Docker Whitelist
DOCKER_WL {
type = "radix";
map = "${LOCAL_CONFDIR}/local.d/docker_whitelist.map";
symbol = "DOCKER_WHITELIST";
score = -50.0;
description = "Whitelist fuer interne Docker IPs";
}