Software /
code /
prosody
File
teal-src/util/net.d.tl @ 11957:3a7ce7df7806
util.prosodyctl.check: Support direct TLS connectivity checks
Currently only supported with OJN
Assumption: the direct_tls_ports are not empty when set.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Nov 2021 22:51:50 +0100 |
parent | 11577:60bee6822d79 |
line wrap: on
line source
local enum type_strings "both" "ipv4" "ipv6" end local record lib local_addresses : function (type_strings, boolean) : { string } pton : function (string):string ntop : function (string):string end return lib