diff options
Diffstat (limited to '_www/src/common.js')
| -rw-r--r-- | _www/src/common.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_www/src/common.js b/_www/src/common.js index 3941ca5..2f49f69 100644 --- a/_www/src/common.js +++ b/_www/src/common.js @@ -1,11 +1,23 @@ const RRTypes = { 1: "A", 2: "NS", + 3: "MD", + 4: "MF", 5: "CNAME", + 6: "SOA", + 7: "MB", + 8: "MG", + 9: "MR", + 10: "NULL", + 11: "WKS", 12: "PTR", + 13: "HINFO", + 14: "MINFO", 15: "MX", 16: "TXT", 28: "AAAA", + 33: "SRV", + 41: "OPT", } export function getRRTypeName(k) { |
