File

libs/net.lua @ 484:5e2978489c95

libs/hashes: Support for luaossl (lua-luaossl on Debian)
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Mar 2023 18:54:13 +0000
parent 478:cf6626a12e0e
line wrap: on
line source

return {
	pton = function (ip)
		if ip:find":" then
			return "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
		else
			return "\0\0\0\0"
		end
	end
}