aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 5cf776e..694e343 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -420,6 +420,12 @@ local checkFiles = function (host, ip, path, file)
420 end 420 end
421 end 421 end
422 end 422 end
423
424 for i, s in pairs(referenceDebs) do
425 if checkTimeouts(host, "http", ip .. path .. "/" .. s) then return end
426 if checkTimeouts(host, "https", ip .. path .. "/" .. s) then return end
427 end
428
423 for i, s in pairs(referenceDevs) do 429 for i, s in pairs(referenceDevs) do
424 if checkTimeouts(host, "http", ip .. path .. "/" .. s) then return end 430 if checkTimeouts(host, "http", ip .. path .. "/" .. s) then return end
425 if checkTimeouts(host, "https", ip .. path .. "/" .. s) then return end 431 if checkTimeouts(host, "https", ip .. path .. "/" .. s) then return end