diff options
Diffstat (limited to '')
-rwxr-xr-x | mirror-checker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
301 | elseif v == "AAAA" then | 301 | elseif v == "AAAA" then |
302 | if testing("IPv6") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " [" .. k .. "] " .. file .. " &") end | 302 | if testing("IPv6") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " [" .. k .. "] " .. file .. " &") end |
303 | elseif v == "CNAME" then | 303 | elseif v == "CNAME" then |
304 | 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. | 304 | 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. |
305 | elseif v == "SRV" then | 305 | elseif v == "SRV" then |
306 | print("SVR record found, now what do we do?") | 306 | print("SVR record found, now what do we do?") |
307 | end | 307 | end |