STABLE: Reconstrucción integral de infraestructura, limpieza de middlewares obsoletos y blindaje de Traefik

This commit is contained in:
2026-01-06 00:57:00 +01:00
parent 3c5976e37f
commit 7a496b235c
5 changed files with 63 additions and 64 deletions

12
traefik/dynamic/whitelist.yml Executable file
View File

@@ -0,0 +1,12 @@
# ################################################################# #
# MIDDLEWARE DE WHITELIST - ACCESO RESTRINGIDO OGNIRNAS #
# ################################################################# #
http:
middlewares:
muro-seguro:
ipAllowList:
sourceRange:
- "127.0.0.1/32" # Localhost (interno)
- "192.168.178.0/24" # Tu red local de casa
- "100.64.0.0/10" # Todo el rango de Tailscale
- "172.16.0.0/12" # Redes internas de Docker