diff options
author | onefang | 2019-09-06 20:58:29 +1000 |
---|---|---|
committer | onefang | 2019-09-06 20:58:29 +1000 |
commit | 4c4508616bbdfa010a1c5d96446babc203a0cb4a (patch) | |
tree | e17b68ef81bb8dec2164feef35b812bde4fe7380 | |
parent | Add a no fork option, though it's not actually implemented yet. (diff) | |
download | apt-panopticon-4c4508616bbdfa010a1c5d96446babc203a0cb4a.zip apt-panopticon-4c4508616bbdfa010a1c5d96446babc203a0cb4a.tar.gz apt-panopticon-4c4508616bbdfa010a1c5d96446babc203a0cb4a.tar.bz2 apt-panopticon-4c4508616bbdfa010a1c5d96446babc203a0cb4a.tar.xz |
Typo--
-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 |