Is ALIAS DNS record type supported? #31
-
Maybe it is under different name? |
Beta Was this translation helpful? Give feedback.
Answered by
peteeckel
Jul 17, 2023
Replies: 1 comment 1 reply
-
NetBox DNS supports all RR types that That said, I guess you're referring to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kemeris2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NetBox DNS supports all RR types that
dnspython
supports as well, which is pretty much what the RFCs have to offer. For all I know there is noALIAS
RR type - do you have a reference for that?That said, I guess you're referring to
CNAME
, which is supported.