We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mirrorz-302 can give a preference list for users, that could be displayed in the frontend and guide them on selecting mirror site.
More specifically, the score in mirrorz-302 should be exposed in some /api/scores/
/api/scores/
{ "TUNA": { "GEO": 1, "ISP": 1, "CIDR": 24, "Delta": -1433 }, "BFSU": { "GEO": 2, "ISP": 0, "CIDR": 0, "Delta": -143 }, }
The order of the keys are sorted according to the preference.
Then in mirrors.cernet.edu.cn/site, the mirror sites should be sorted according to that, each with different labels.
mirrors.cernet.edu.cn/site
Then users can select according to these labels.
For /list/archlinux, we could also provide a /api/scores/archlinux/ so that specific list could also be sorted.
/list/archlinux
/api/scores/archlinux/
When we have mirrorz-statistics, we can add other labels like No load(负载较小)/Heavy load(流量饱和)
The text was updated successfully, but these errors were encountered:
Done for /site
/site
Sorry, something went wrong.
No branches or pull requests
mirrorz-302 can give a preference list for users, that could be displayed in the frontend and guide them on selecting mirror site.
More specifically, the score in mirrorz-302 should be exposed in some
/api/scores/
The order of the keys are sorted according to the preference.
Then in
mirrors.cernet.edu.cn/site
, the mirror sites should be sorted according to that, each with different labels.Then users can select according to these labels.
For
/list/archlinux
, we could also provide a/api/scores/archlinux/
so that specific list could also be sorted.Future work
When we have mirrorz-statistics, we can add other labels like No load(负载较小)/Heavy load(流量饱和)
The text was updated successfully, but these errors were encountered: