daemon/bindings: implemented ‘net’ operations
allows: net.listen(ip, port) net.close(ip, port) net.list() => { addr = { port = int, udp = bool, tcp = bool }, … }
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
allows: net.listen(ip, port) net.close(ip, port) net.list() => { addr = { port = int, udp = bool, tcp = bool }, … }