Changeset

12856:89bc598c7051

util.dnsregistry: Remove unintentional 'Unassigned' record
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jan 2023 23:40:54 +0100
parents 12855:3306807c0619
children 12860:38b3cd292ee5
files util/dnsregistry.lua
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/util/dnsregistry.lua	Fri Jan 20 23:39:39 2023 +0100
+++ b/util/dnsregistry.lua	Fri Jan 20 23:40:54 2023 +0100
@@ -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 @@
 		["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";