github maxfield-allison/dnsweaver v1.4.3

6 hours ago

Fixed

  • Technitium: CNAME updates were silently a no-op. UpdateCNAMERecord sent
    the new target as newCname, which is not a valid Technitium API parameter.
    The request matched the existing record by cname=<old> and applied no
    change, while the dnsweaver log claimed success. The fix sends cname=<new>
    (CNAME records are unique per name, so the API identifies the record by
    domain+type alone). Regression test added that asserts newCname is
    never sent. Closes upstream
    #84. Thanks to
    @Dampfwalze for the detailed bug report
    including the Technitium server log proving the no-op.

Docker Images

docker pull ghcr.io/maxfield-allison/dnsweaver:v1.4.3
docker pull docker.io/maxamill/dnsweaver:v1.4.3

Don't miss a new dnsweaver release

NewReleases is sending notifications on new releases.