Software /
code /
prosody
Diff
net/dns.lua @ 12802:4a8740e01813
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Dec 2022 07:10:54 +0100 |
parent | 12604:bd9e006a7a74 |
child | 12974:ba409c67353b |
line wrap: on
line diff
--- a/net/dns.lua Mon Dec 12 20:40:23 2022 +0100 +++ b/net/dns.lua Mon Dec 12 07:10:54 2022 +0100 @@ -8,8 +8,8 @@ -- todo: cache results of encodeName --- reference: http://tools.ietf.org/html/rfc1035 --- reference: http://tools.ietf.org/html/rfc1876 (LOC) +-- reference: https://www.rfc-editor.org/rfc/rfc1035.html +-- reference: https://www.rfc-editor.org/rfc/rfc1876.html (LOC) local socket = require "socket";