# HG changeset patch # User Kim Alvefur # Date 1674254454 -3600 # Node ID 89bc598c7051967c6b81e1534f1557dfd3566e30 # Parent 3306807c06197dff6a1f8abef5c5daecc33326b4 util.dnsregistry: Remove unintentional 'Unassigned' record diff -r 3306807c0619 -r 89bc598c7051 util/dnsregistry.lua --- 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";