File

teal-src/util/uuid.d.tl @ 12233:e4530bdbf5f3

util.prosodyctl.check: Fix reset of libunbound before DNS checks Probably worked anyway but settings might not always have been applied depending on what order things happens in. Error was hidden by the pcall, which was sorta intentional...
author Kim Alvefur <zash@zash.se>
date Tue, 01 Feb 2022 14:46:42 +0100 (2022-02-01)
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source
local record lib
	get_nibbles : (number) : string
	generate : function () : string

	seed : function (string)
end
return lib