-- TODO - note that an IP can end up in both, which means it failed direct, but worked via DNS-RR, or the other way around.
-- TODO - They want to use a masterlist instead of the actual DNS to know which should be in either file. Should put this into https://pkgmaster.devuan.org/mirror_list.txt
@ -506,7 +541,8 @@ if nil == web then C("opening mirrors file - " .. e) else
"<br>"..
APT.options.roundRobin.value.." is the DNS round robin, which points to the mirrors that are part of the DNS-RR. "..
"If an IP is part of the DNS-RR, it is marked with '<font color='purple'><b>DNS-RR</b></font>',"..
" if it should be it is marked with '<font color='green'><b>✅</b></font>', if it should not be it is marked with '<font color='red'>❌</font>'. "..
" if it <a href='DNS-RR_good.txt'>should be</a> it is marked with '<font color='green'><b>✅</b></font>',"..
" if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>❌</font>'. "..
"<br>"..
APT.options.referenceSite.value.." is the master mirror, all the others copy files from it. "..