[GH-ISSUE #3271] Support ALIAS RRs #1161

Open
opened 2026-03-16 01:46:27 +03:00 by kerem · 1 comment
Owner

Originally created by @almereyda on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/3271

Is your feature request related to a problem? Please describe.

The list of supported resource records does not include the ALIAS type.

Describe the solution you'd like

The ALIAS resource record can be used.

Describe alternatives you've considered

ALIAS will not be supported, due to a set of given reasons.

Additional context

ALIAS / ANAMEs RRs are a pseudo-type that is resolved during runtime of the authoritative server by querying a defined (set of) resolver(s) and dynamically returning their A and AAAA responses.

This is non-standard behaviour and e.g. when pointing an apex at another domain allows to react to changes of roaming virtual IPs.

Originally created by @almereyda on GitHub (Sep 12, 2025). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/3271 **Is your feature request related to a problem? Please describe.** The list of supported resource records does not include the ALIAS type. - https://github.com/hickory-dns/hickory-dns/tree/2a85ccfb5ab8bd88777413a133de8210b724433a/crates/proto/src/rr/rdata **Describe the solution you'd like** The ALIAS resource record can be used. **Describe alternatives you've considered** ALIAS will not be supported, due to a set of given reasons. **Additional context** ALIAS / ANAMEs RRs are a pseudo-type that is resolved during runtime of the authoritative server by querying a defined (set of) resolver(s) and dynamically returning their A and AAAA responses. - https://en.wikipedia.org/wiki/List_of_DNS_record_types#Other_types_and_pseudo-RRs - https://datatracker.ietf.org/doc/draft-ietf-dnsop-aname/ This is non-standard behaviour and e.g. when pointing an apex at another domain allows to react to changes of roaming virtual IPs. - https://doc.powerdns.com/authoritative/guides/alias.html
Author
Owner

@divergentdave commented on GitHub (Sep 12, 2025):

We have some support for ANAME already. The linked I-D mentions that ALIAS is a pseudo-record type only supported by PowerDNS.

<!-- gh-comment-id:3286995867 --> @divergentdave commented on GitHub (Sep 12, 2025): We have some support for `ANAME` already. The linked I-D mentions that `ALIAS` is a pseudo-record type only supported by PowerDNS.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1161
No description provided.