From 4c4508616bbdfa010a1c5d96446babc203a0cb4a Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 6 Sep 2019 20:58:29 +1000 Subject: Typo-- --- mirror-checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mirror-checker.lua') diff --git a/mirror-checker.lua b/mirror-checker.lua index b04d474..96cc099 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua @@ -301,7 +301,7 @@ checkRedirects = function (orig, host, path, ip, file) elseif v == "AAAA" then if testing("IPv6") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " [" .. k .. "] " .. file .. " &") end elseif v == "CNAME" then - checkRedirects(orig, k, path, ip, file) -- Check the original, with the DNS records from the CNAME. Do not check the CNAME, it's just asource of IPs. + checkRedirects(orig, k, path, ip, file) -- Check the original, with the DNS records from the CNAME. Do not check the CNAME, it's just a source of IPs. elseif v == "SRV" then print("SVR record found, now what do we do?") end -- cgit v1.1