github maxfield-allison/dnsweaver v0.5.2

latest releases: v1.4.4, v1.4.3, v1.4.2...
3 months ago

Added

  • INSECURE_SKIP_VERIFY for Technitium (#86): Skip TLS certificate verification for self-signed certs
    • Configure via DNSWEAVER_{INSTANCE}_INSECURE_SKIP_VERIFY=true
    • Enables connections to HTTPS endpoints using IP addresses or self-signed certificates
    • Logs security warning when enabled
    • HTTP client consolidation planned in #92

Fixed

  • dnsweaver.enabled=false label ignored (#89): Services with dnsweaver.enabled=false now correctly skip record creation
    • Global dnsweaver.enabled=false prevents all record creation for the workload
    • Per-record dnsweaver.records.<name>.enabled=false disables specific named records
  • dnsweaver.ttl label ignored for simple hostname (#90): TTL override now works in simple hostname mode
    • dnsweaver.ttl=60 now correctly sets TTL when using dnsweaver.hostname
    • Previously only worked with named records (dnsweaver.records.<name>.ttl)

Docker Images

docker pull ghcr.io/maxfield-allison/dnsweaver:v0.5.2
docker pull docker.io/maxamill/dnsweaver:v0.5.2

Don't miss a new dnsweaver release

NewReleases is sending notifications on new releases.