diff --git a/compose/core/traefik/compose.yaml b/compose/core/traefik/compose.yaml index 2863e55..cd49998 100644 --- a/compose/core/traefik/compose.yaml +++ b/compose/core/traefik/compose.yaml @@ -42,6 +42,9 @@ services: traefik.http.routers.traefik.service: api@internal traefik.http.routers.traefik.middlewares: tinyauth + # IP Allowlist Middleware for local network only services + traefik.http.middlewares.local-only.ipallowlist.sourcerange: 10.0.0.0/16 + networks: homelab: external: true