Changeset

13663:ad72753ef57a

util.dnsregistry: Update using script
author Kim Alvefur <zash@zash.se>
date Sun, 09 Feb 2025 16:27:28 +0100
parents 13662:1868a757d16b
children 13664:5528bc5ab019 13666:528fcef83684
files util/dnsregistry.lua
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/dnsregistry.lua	Sun Feb 09 16:26:22 2025 +0100
+++ b/util/dnsregistry.lua	Sun Feb 09 16:27:28 2025 +0100
@@ -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 @@
 		["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";