diff options
author | Kim Alvefur <zash@zash.se> | 2024-10-26 14:44:06 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-10-26 14:44:06 +0200 |
commit | 2de66b31bd6e846d81c750b6240b778df8ecc988 (patch) | |
tree | c054ed4dedf36b48abeb9ee30d497f0e760dbb62 | |
parent | a7cff6b46411be9a09b47a719c18467cebd7858a (diff) | |
download | prosody-2de66b31bd6e846d81c750b6240b778df8ecc988.tar.gz prosody-2de66b31bd6e846d81c750b6240b778df8ecc988.zip |
util.dnsregistry: Refresh from IANA
For freshness. Not that it matters a lot for Prosody
-rw-r--r-- | util/dnsregistry.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/util/dnsregistry.lua b/util/dnsregistry.lua index c52abee9..b65debe0 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 2023-01-20 +-- Generated on 2024-10-26 return { classes = { ["IN"] = 1; [1] = "IN"; @@ -79,6 +79,7 @@ return { ["LP"] = 107; [107] = "LP"; ["EUI48"] = 108; [108] = "EUI48"; ["EUI64"] = 109; [109] = "EUI64"; + ["NXNAME"] = 128; [128] = "NXNAME"; ["TKEY"] = 249; [249] = "TKEY"; ["TSIG"] = 250; [250] = "TSIG"; ["IXFR"] = 251; [251] = "IXFR"; @@ -91,6 +92,10 @@ return { ["AVC"] = 258; [258] = "AVC"; ["DOA"] = 259; [259] = "DOA"; ["AMTRELAY"] = 260; [260] = "AMTRELAY"; + ["RESINFO"] = 261; [261] = "RESINFO"; + ["WALLET"] = 262; [262] = "WALLET"; + ["CLA"] = 263; [263] = "CLA"; + ["IPN"] = 264; [264] = "IPN"; ["TA"] = 32768; [32768] = "TA"; ["DLV"] = 32769; [32769] = "DLV"; }; |