From 7039c3106b54ce43255e1c5f83aade55051b50fc Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 3 Dec 2019 06:33:50 +1000 Subject: Speed range. --- apt-panopticon-report-email-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 131c803..03970ac 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -413,7 +413,7 @@ if nil == web then C("opening mirrors file - " .. e) else "
Mirrors with a grey background are not active (though may be usable as part of the DNS-RR).
\n" .. "[skip] means that the test hasn't been written yet.
\n" .. "FTP | HTTP | HTTPS | RSYNC | DNS round robin | " .. - "Protocol | URL sanity | Integrity | Updated | Speed | Protocol | URL sanity | Integrity | Updated | Speed range | \n" ) for k, v in orderedPairs(mirrors) do local results = loadfile("results/" .. k .. ".lua")() -- cgit v1.1
---|