diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -191,8 +191,9 @@ Open results/mirror-checker-lua.log for message logging. | |||
191 | 191 | ||
192 | Download mirror_list.txt from the reference site. Build a table of | 192 | Download mirror_list.txt from the reference site. Build a table of |
193 | Active mirrors keyed by the FDQN, include the listed Protocols as a sub | 193 | Active mirrors keyed by the FDQN, include the listed Protocols as a sub |
194 | table. Write this table to results/mirrors.lua so that the forked tests | 194 | table. Add the round robin domain name. Resolve all the IPs and add |
195 | can read it. | 195 | them to this table. Write this table to results/mirrors.lua so that the |
196 | forked tests can read it. | ||
196 | 197 | ||
197 | Remove the mirror site from the mirrors table, then checkHost() it | 198 | Remove the mirror site from the mirrors table, then checkHost() it |
198 | first. | 199 | first. |