mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 13:17:38 +03:00
util.dnsregistry: Update using script
This commit is contained in:
parent
df27bf0645
commit
271860a171
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
-- Source: https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
|
-- Source: https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
|
||||||
-- Generated on 2024-10-26
|
-- Generated on 2025-02-09
|
||||||
return {
|
return {
|
||||||
classes = {
|
classes = {
|
||||||
["IN"] = 1; [1] = "IN";
|
["IN"] = 1; [1] = "IN";
|
||||||
|
@ -72,6 +72,7 @@ return {
|
||||||
["ZONEMD"] = 63; [63] = "ZONEMD";
|
["ZONEMD"] = 63; [63] = "ZONEMD";
|
||||||
["SVCB"] = 64; [64] = "SVCB";
|
["SVCB"] = 64; [64] = "SVCB";
|
||||||
["HTTPS"] = 65; [65] = "HTTPS";
|
["HTTPS"] = 65; [65] = "HTTPS";
|
||||||
|
["DSYNC"] = 66; [66] = "DSYNC";
|
||||||
["SPF"] = 99; [99] = "SPF";
|
["SPF"] = 99; [99] = "SPF";
|
||||||
["NID"] = 104; [104] = "NID";
|
["NID"] = 104; [104] = "NID";
|
||||||
["L32"] = 105; [105] = "L32";
|
["L32"] = 105; [105] = "L32";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue