From 6162e5c9805beb261b6357b71ac1a52dd9dfd3e3 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 5 Nov 2019 00:03:18 +1000 Subject: Add roundRobin as an option. --- README.md | 4 ++++ mirror-checker.lua | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index bb107a9..77c642d 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,10 @@ negative argument deselects a test. Examples are given above. The mirror to use as a reference for the tests, the default is pkgmaster.devuan.org. +--roundRobin + +The name of the DNS round robin domain, the default is deb.devuan.org. + -v Print more verbose output. Normally only CRITICAL and ERROR message sare diff --git a/mirror-checker.lua b/mirror-checker.lua index e7de781..5b8ab65 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua @@ -23,6 +23,12 @@ options = help = "", value = "pkgmaster.devuan.org", }, + roundRobin = + { + typ = "string", + help = "", + value = "deb.devuan.org", + }, tests = { typ = "table", -- cgit v1.1