Add DNS "CAA" RR type and event.

This commit is contained in:
Mark Taylor 2016-04-22 15:26:34 -04:00
parent cdd687979e
commit a14de582a2
4 changed files with 58 additions and 0 deletions

View file

@ -26,6 +26,7 @@ export {
[49] = "DHCID", [99] = "SPF", [100] = "DINFO", [101] = "UID",
[102] = "GID", [103] = "UNSPEC", [249] = "TKEY", [250] = "TSIG",
[251] = "IXFR", [252] = "AXFR", [253] = "MAILB", [254] = "MAILA",
[257] = "CAA",
[32768] = "TA", [32769] = "DLV",
[ANY] = "*",
} &default = function(n: count): string { return fmt("query-%d", n); };