diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index caa72ca..f2eca59 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -563,8 +563,6 @@ local checkFiles = function (host, ip, path, file) | |||
563 | if repoExists(s .. k) then | 563 | if repoExists(s .. k) then |
564 | if checkTimeouts(host, "http", ip .. path .. "/merged/dists/" .. s .. k) then return end | 564 | if checkTimeouts(host, "http", ip .. path .. "/merged/dists/" .. s .. k) then return end |
565 | if checkTimeouts(host, "https", ip .. path .. "/merged/dists/" .. s .. k) then return end | 565 | if checkTimeouts(host, "https", ip .. path .. "/merged/dists/" .. s .. k) then return end |
566 | -- if testing("http", host) then checkHEAD(host, "http://" .. ip .. path .. "/merged/dists/" .. s .. k); if checkTimeouts(host, "http" ) then return end; end | ||
567 | -- if testing("https", host) then checkHEAD(host, "https://" .. ip .. path .. "/merged/dists/" .. s .. k); if checkTimeouts(host, "https") then return end; end | ||
568 | end | 566 | end |
569 | end | 567 | end |
570 | end | 568 | end |