• v0.2.0 c4abc1b861

    checker: fix @ target resolving to apex via sdk.JoinRelative
    Some checks failed
    continuous-integration/drone/push Build is failing
    continuous-integration/drone/tag Build is failing

    nemunaire released this 2026-05-16 13:44:53 +00:00 | 0 commits to master since this release

    A CNAME (or MX/SRV/NS) whose target is "@" was being concatenated
    literally as "@." instead of resolving to the apex itself.
    Replace the hand-rolled normaliseTarget logic with sdk.JoinRelative,
    which correctly maps "" and "@" to the origin. Absolute FQDNs
    (trailing dot, used for external targets) are still stripped before
    the call so the external-target path is unaffected.

    Downloads