diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index da0e782..a03e89b 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -309,7 +309,7 @@ checkHEAD = function (host, URL, r, retry) | |||
309 | end | 309 | end |
310 | IP = '--connect-to ' .. PU.host | 310 | IP = '--connect-to ' .. PU.host |
311 | end | 311 | end |
312 | local cmd = 'curl -I --retry 0 -s --path-as-is --connect-timeout 30 --max-redirs 0 ' .. IP .. ' ' .. '-o /dev/null -D results/"HEADERS_' .. fname .. '" ' .. | 312 | local cmd = 'curl -I --retry 0 -s --path-as-is --connect-timeout 15 --max-redirs 0 ' .. IP .. ' ' .. '-o /dev/null -D results/"HEADERS_' .. fname .. '" ' .. |
313 | hdr .. ' -w "#%{http_code} %{ssl_verify_result} %{url_effective}\\n" ' .. PU.scheme .. '://' .. host .. PU.path .. ' >>results/"STATUS_' .. fname .. '"' | 313 | hdr .. ' -w "#%{http_code} %{ssl_verify_result} %{url_effective}\\n" ' .. PU.scheme .. '://' .. host .. PU.path .. ' >>results/"STATUS_' .. fname .. '"' |
314 | local rslt, status = execute(cmd) | 314 | local rslt, status = execute(cmd) |
315 | os.execute("sleep 2") | 315 | os.execute("sleep 2") |