From: Vladimír Čunát Date: Mon, 9 Aug 2021 06:41:55 +0000 (+0200) Subject: lua kres.type: add new constants X-Git-Tag: v5.4.1~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb1071d328d72e81aba8f4c33d29fd8489a7d49;p=thirdparty%2Fknot-resolver.git lua kres.type: add new constants This is all that's missing in comparison to enum knot_rr_type. For now I didn't remove types that aren't present there (anymore), even though noone would miss them, most likely. --- diff --git a/daemon/lua/kres.lua b/daemon/lua/kres.lua index 3019a7d3d..aa95c232d 100644 --- a/daemon/lua/kres.lua +++ b/daemon/lua/kres.lua @@ -134,6 +134,10 @@ local const_type = { CDNSKEY = 60, OPENPGPKEY = 61, CSYNC = 62, + ZONEMD = 63, + SVCB = 64, + HTTPS = 65, + SPF = 99, UINFO = 100, UID = 101,