diff options
-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 4a82309..6eb1c1a 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua | |||
@@ -262,7 +262,7 @@ checkRedirects = function (orig, host, path, ip) | |||
262 | if orig == host then D("checkRedirects " .. orig) else D("checkRedirects " .. orig .. " " .. host) end | 262 | if orig == host then D("checkRedirects " .. orig) else D("checkRedirects " .. orig .. " " .. host) end |
263 | gatherIPs(ph.host) | 263 | gatherIPs(ph.host) |
264 | for k, v in pairs(IP[ph.host]) do | 264 | for k, v in pairs(IP[ph.host]) do |
265 | D("DNS record " .. v .. " " .. ph.host .. " -> " .. k) | 265 | D(" DNS record " .. v .. " " .. ph.host .. " -> " .. k) |
266 | if v == "A" then | 266 | if v == "A" then |
267 | if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " " .. k .. " &") end | 267 | if testing("IPv4") then execute("ionice -c3 ./mirror-checker.lua " .. sendArgs .. " " .. orig .. path .. " " .. k .. " &") end |
268 | elseif v == "AAAA" then | 268 | elseif v == "AAAA" then |