Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALIAS/ANAME support #239

Open
drmuey opened this issue May 15, 2024 · 1 comment
Open

ALIAS/ANAME support #239

drmuey opened this issue May 15, 2024 · 1 comment

Comments

@drmuey
Copy link

drmuey commented May 15, 2024

We understand ALIAS/ANAME are not standard RFC record types, however they are widely used and supported (e.g. powerdns).

Is there a way to allow ldns to understand them? e.g. building with --enable-rrtype-alias-aname would be great, that way its opt in and folks not using it won’t have it.

They are fairly simple:

example.com. 14400 IN ALIAS fqdn.example.org
example.com. 14400 IN ANAME fqdn.example.org

@drmuey
Copy link
Author

drmuey commented May 20, 2024

i.e. --enable-rrtype-alias-aname akin to #177’s --enable-rrtype-svcb-https for SVCB and HTTPS record support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant