STABLE: Reconstrucción integral de infraestructura, limpieza de middlewares obsoletos y blindaje de Traefik
This commit is contained in:
12
traefik/dynamic/whitelist.yml
Executable file
12
traefik/dynamic/whitelist.yml
Executable 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
|
||||
Reference in New Issue
Block a user