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