Software /
code /
prosody
File
teal-src/util/net.d.tl @ 12236:d0dfd48806f9
util.dns: Move DNS parameters details into util.dnsregistry
Goal is to regenerate this file from the IANA registry using a tool.
Having it in a separate file will reduce vcs noise in util.dns
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Oct 2020 19:23:16 +0200 |
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