diff options
Diffstat (limited to 'daemon/lua/kres.lua')
-rw-r--r-- | daemon/lua/kres.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/lua/kres.lua b/daemon/lua/kres.lua index 44434b4d..473d0828 100644 --- a/daemon/lua/kres.lua +++ b/daemon/lua/kres.lua @@ -231,6 +231,11 @@ local const_extended_error = { NREACH_AUTH = 22, NETWORK = 23, INV_DATA = 24, + EXPIRED_INV = 25, + TOO_EARLY = 26, + NSEC3_ITERS = 27, + NONCONF_POLICY = 28, + SYNTHESIZED = 29, } -- Constant tables |