Hacker News new | ask | show | jobs
by packetlost 660 days ago
Does anyone know of a good authoritative DNS server that supports Dynamic DNS updates? Preferably exclusively standardized stuff. I currently run CoreDNS on my network, but dynamic registration isn't supported and might never be.
1 comments

Depending on your definition of "Dynamic DNS", you could check out PowerDNS.
I mean specifically in the RFC2136 (https://datatracker.ietf.org/doc/html/rfc2136) sense.

It does look like PowerDNS supports it: https://doc.powerdns.com/authoritative/dnsupdate.html

TIL more about Dynamic DNS Update. Thanks!