mirror of
https://github.com/armbian/dl-router.git
synced 2026-01-06 10:32:39 -08:00
* Remove the URL schemes from mirrors as of: https://github.com/armbian/dl-router/pull/14 Signed-off-by: MichaIng <micha@dietpi.com> * Remove the URL schemes from mirrors as of: https://github.com/armbian/dl-router/pull/14 But leave https://minio.k-space.ee untouched as it does a forced HTTPS redirect anyway. That way one additional redirect is prevented, if the client's original request is plain HTTP. Signed-off-by: MichaIng <micha@dietpi.com> * Fix syntax in scheme check Signed-off-by: MichaIng <micha@dietpi.com>
15 lines
366 B
YAML
15 lines
366 B
YAML
---
|
|
mode: dl_map
|
|
mirrors:
|
|
AS:
|
|
- mirrors.tuna.tsinghua.edu.cn/armbian-releases/
|
|
NA:
|
|
- armbian.tnahosting.net/dl/
|
|
- us.mirrors.fossho.st/armbian/dl/
|
|
EU:
|
|
- https://minio.k-space.ee/armbian/dl/
|
|
- uk.mirrors.fossho.st/armbian/dl/
|
|
- armbian.systemonachip.net/dl/
|
|
- mirrors.netix.net/armbian/dl/
|
|
- mirrors.dotsrc.org/armbian-dl/
|