diff options
Diffstat (limited to 'mirror-checker.lua')
| -rwxr-xr-x | mirror-checker.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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 = | |||
| 23 | help = "", | 23 | help = "", |
| 24 | value = "pkgmaster.devuan.org", | 24 | value = "pkgmaster.devuan.org", |
| 25 | }, | 25 | }, |
| 26 | roundRobin = | ||
| 27 | { | ||
| 28 | typ = "string", | ||
| 29 | help = "", | ||
| 30 | value = "deb.devuan.org", | ||
| 31 | }, | ||
| 26 | tests = | 32 | tests = |
| 27 | { | 33 | { |
| 28 | typ = "table", | 34 | typ = "table", |
