net/dns.lua
changeset 12608 bd9e006a7a74
parent 12391 05c250fa335a
child 12978 ba409c67353b
--- 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";