You're using the list of DNS records from the original DNS RFC from 1987. Since then, a lot of new record types have been added: https://www.iana.org/assignments/dns-parameters/dns-paramete... Some of them, like CAA, SRV and AAAA, are used fairly often.
2 comments
[ 3.1 ms ] story [ 17.3 ms ] threadYou're using the list of DNS records from the original DNS RFC from 1987. Since then, a lot of new record types have been added: https://www.iana.org/assignments/dns-parameters/dns-paramete... Some of them, like CAA, SRV and AAAA, are used fairly often.
Thank you for this list! It’s a bit easier to read than scanning the RFCs.
I'll probably just see if I can read the list from dig's source code.