aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-08-05 16:54:15 +0200
committerKim Alvefur <zash@zash.se>2022-08-05 16:54:15 +0200
commit93830ecf40f487100170e22782d1966aa325067c (patch)
tree2e3b4ea65b2541ee22dcd8bb1f566552f006d115 /net
parent0e7e43f62ff33e3d4cdb4f4d079c5d2c1b07aca9 (diff)
downloadprosody-93830ecf40f487100170e22782d1966aa325067c.tar.gz
prosody-93830ecf40f487100170e22782d1966aa325067c.zip
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.
Diffstat (limited to 'net')
-rw-r--r--net/dns.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dns.lua b/net/dns.lua
index a9846e86..e6179637 100644
--- a/net/dns.lua
+++ b/net/dns.lua
@@ -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";