diff options
-rwxr-xr-x | apt-panopticon-report-web.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 33b8fe2..810ac45 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua | |||
@@ -251,7 +251,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
251 | "<p>Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "</p>\n" .. | 251 | "<p>Check time: " .. os.date("!%a %b %d %T %Z %Y") .. "</p>\n" .. |
252 | "<p>The full list of Devuan package mirrors is available at the URL: " .. | 252 | "<p>The full list of Devuan package mirrors is available at the URL: " .. |
253 | "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" .. | 253 | "<a href='https://pkgmaster.devuan.org/mirror_list.txt'>https://pkgmaster.devuan.org/mirror_list.txt</a></p>\n" .. |
254 | "<p>Due to the nature of the tests, some errors or warnings will be counted several times. " .. | 254 | "<p>Due to the nature of the tests, some errors or warnings will be counted several times. " .. |
255 | "Refer to the logs below for details.</p>\n\n" .. | 255 | "Refer to the logs below for details.</p>\n\n" .. |
256 | "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" .. | 256 | "<p>Please see below the current status of the Devuan Package Mirror network:</p>\n" .. |
257 | "<h2>==== mirror status: ====</h2>\n<table>\n" | 257 | "<h2>==== mirror status: ====</h2>\n<table>\n" |
@@ -341,11 +341,11 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
341 | end | 341 | end |
342 | m[log .. " DNS entries -"] = n | 342 | m[log .. " DNS entries -"] = n |
343 | end | 343 | end |
344 | file:write( "<p>This lists each mirror, and the DNS entries for that mirror. " .. | 344 | file:write( "<p>This lists each mirror, and the DNS entries for that mirror. " .. |
345 | "The links point to the log files for " .. logCount("apt-panopticon") .. " for each FDQN / IP combination that was checked. " .. | 345 | "The links point to the log files for " .. logCount("apt-panopticon") .. " for each FDQN / IP combination that was checked. " .. |
346 | "If a mirror has a CNAME, that CNAME is listed along with that CNAMEs DNS entries. " .. | 346 | "If a mirror has a CNAME, that CNAME is listed along with that CNAMEs DNS entries. " .. |
347 | "deb.devuan.org is the DNS round robin, which points to the mirrors that are part of the DNS-RR. " .. | 347 | "deb.devuan.org is the DNS round robin, which points to the mirrors that are part of the DNS-RR. " .. |
348 | "pkgmaster.devuan.org is the master mirror, all the others sync to it. " .. | 348 | "pkgmaster.devuan.org is the master mirror, all the others sync to it. " .. |
349 | "</p>\n" | 349 | "</p>\n" |
350 | ) | 350 | ) |
351 | file:write(dumpTableHTML(m, "", "")) | 351 | file:write(dumpTableHTML(m, "", "")) |