aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-01-20 23:40:54 +0100
committerKim Alvefur <zash@zash.se>2023-01-20 23:40:54 +0100
commit2a5953f569ae40b3a20498d51336323dd2d54136 (patch)
tree01d1dfb461b95fb61f6aefd49e1884c8d317328e /util
parent45579e5609dadc197b186e893bde75239ab39464 (diff)
downloadprosody-2a5953f569ae40b3a20498d51336323dd2d54136.tar.gz
prosody-2a5953f569ae40b3a20498d51336323dd2d54136.zip
util.dnsregistry: Remove unintentional 'Unassigned' record
Diffstat (limited to 'util')
-rw-r--r--util/dnsregistry.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/dnsregistry.lua b/util/dnsregistry.lua
index 635b7e3a..c52abee9 100644
--- a/util/dnsregistry.lua
+++ b/util/dnsregistry.lua
@@ -1,5 +1,5 @@
-- Source: https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
--- Generated on 2022-02-02
+-- Generated on 2023-01-20
return {
classes = {
["IN"] = 1; [1] = "IN";
@@ -61,7 +61,6 @@ return {
["NSEC3PARAM"] = 51; [51] = "NSEC3PARAM";
["TLSA"] = 52; [52] = "TLSA";
["SMIMEA"] = 53; [53] = "SMIMEA";
- ["Unassigned"] = 54; [54] = "Unassigned";
["HIP"] = 55; [55] = "HIP";
["NINFO"] = 56; [56] = "NINFO";
["RKEY"] = 57; [57] = "RKEY";