File

teal-src/util/id.d.tl @ 11774:4625093b0768

mod_s2s: Add a Direct TLS listener Mirroring the c2s 'direct_tls'. Naming things is hard. direct_tls_s2s_ports = { 5269+1 }
author Kim Alvefur <zash@zash.se>
date Tue, 10 Aug 2021 20:55:43 +0200
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib