Software /
code /
prosody
Diff
net/dns.lua @ 12604:bd9e006a7a74
various: Update IETF RFC URLs for tools.ietf.org transition
See https://www.ietf.org/blog/finalizing-ietf-tools-transition/
Already done in various other places.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 05 Aug 2022 16:54:15 +0200 |
parent | 12387:05c250fa335a |
child | 12974:ba409c67353b |
line wrap: on
line diff
--- a/net/dns.lua Fri Aug 05 14:41:13 2022 +0200 +++ b/net/dns.lua Fri Aug 05 16:54:15 2022 +0200 @@ -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";