dnsimple / erldns

DNS server, in Erlang.
MIT License
402 stars 98 forks source link

Implement DNAME record support #82

Closed aeden closed 5 years ago

aeden commented 6 years ago

Implements support for DNAME records.

aeden commented 6 years ago

Note that this implementation is not compliant with RFC 6672. Specifically it does not occlude names next to or below the DNAME as described in section 2.4.

aeden commented 5 years ago

Closing this as stale. If DNAME support is needed in the future then this PR can be used as guidance for it.