aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2025-02-09 16:27:28 +0100
committerKim Alvefur <zash@zash.se>2025-02-09 16:27:28 +0100
commit271860a171fb00781056385556bcce0aa91bddfa (patch)
tree4fbf62eb02f69c25a766fc98895f02482821ebfe /util
parentdf27bf0645402fbf63405ffd8f949fb6587c7c26 (diff)
downloadprosody-271860a171fb00781056385556bcce0aa91bddfa.tar.gz
prosody-271860a171fb00781056385556bcce0aa91bddfa.zip
util.dnsregistry: Update using script
Diffstat (limited to 'util')
-rw-r--r--util/dnsregistry.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/dnsregistry.lua b/util/dnsregistry.lua
index b65debe0..56c76cac 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 2024-10-26
+-- Generated on 2025-02-09
return {
classes = {
["IN"] = 1; [1] = "IN";
@@ -72,6 +72,7 @@ return {
["ZONEMD"] = 63; [63] = "ZONEMD";
["SVCB"] = 64; [64] = "SVCB";
["HTTPS"] = 65; [65] = "HTTPS";
+ ["DSYNC"] = 66; [66] = "DSYNC";
["SPF"] = 99; [99] = "SPF";
["NID"] = 104; [104] = "NID";
["L32"] = 105; [105] = "L32";