diff options
author | onefang | 2019-11-05 00:03:52 +1000 |
---|---|---|
committer | onefang | 2019-11-05 00:03:52 +1000 |
commit | 255d6d51f452282705cef2d3681c32e2cf024bc2 (patch) | |
tree | 01a972e12984e1613ea345e638ca897dc30040df | |
parent | Add roundRobin as an option. (diff) | |
download | apt-panopticon-255d6d51f452282705cef2d3681c32e2cf024bc2.zip apt-panopticon-255d6d51f452282705cef2d3681c32e2cf024bc2.tar.gz apt-panopticon-255d6d51f452282705cef2d3681c32e2cf024bc2.tar.bz2 apt-panopticon-255d6d51f452282705cef2d3681c32e2cf024bc2.tar.xz |
Disable the currently unwritten DNS-RR test.
-rwxr-xr-x | mirror-checker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua index 5b8ab65..b4412b8 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua | |||
@@ -41,7 +41,7 @@ options = | |||
41 | "http", | 41 | "http", |
42 | "https", | 42 | "https", |
43 | -- "rsync", | 43 | -- "rsync", |
44 | "DNS-RR", | 44 | -- "DNS-RR", |
45 | "Protocol", | 45 | "Protocol", |
46 | -- "URL-Sanity", | 46 | -- "URL-Sanity", |
47 | -- "Integrity", | 47 | -- "Integrity", |