Added
- Traefik:
DNSWEAVER_SOURCE_TRAEFIK_DEFAULT_ENTRYPOINTS— source-level
setting that mirrors Traefik's
entryPoints.<name>.asDefault = true
configuration. When set, Traefik routers without an explicitentryPoints
declaration (label or static config) fan out one extraction per default
entrypoint instead of being treated as wildcard. Required for users with
asDefaultflagged in Traefik so unlabeled routers don't silently
over-publish records to all dnsweaver instances. Unset preserves prior
wildcard behavior. Closes #180. Refs upstream
#82.
Docker Images
docker pull ghcr.io/maxfield-allison/dnsweaver:v1.4.2
docker pull docker.io/maxamill/dnsweaver:v1.4.2