Software /
code /
verse
File
libs/net.lua @ 480:a48a4723aa2a
Add time query plugin
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2023 12:30:49 +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 }