Files
docker-configs/traefik/dynamic/access-control.yml
Ognir 4ce8786056 feat(security): añadir whitelist independiente y estructurar middlewares
- Incluye access-control.yml, auth.yml y security-headers.yml
- Añadida whitelist.yml (configuración independiente)
2026-01-05 22:33:13 +01:00

13 lines
403 B
YAML
Executable File

# ==============================================================================
# CONTROL DE ACCESO PERIMETRAL (WHITELIST)
# ==============================================================================
http:
middlewares:
whitelist-interna:
ipAllowList:
sourceRange:
- "127.0.0.1/32"
- "192.168.178.0/24"
- "100.64.0.0/10"
- "172.20.0.0/16"