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
365 B
YAML
15 lines
365 B
YAML
---
|
|
mode: redirect
|
|
mirrors:
|
|
AS:
|
|
- mirrors.tuna.tsinghua.edu.cn/armbian/
|
|
NA:
|
|
- armbian.tnahosting.net/apt/
|
|
- us.mirrors.fossho.st/armbian/apt/
|
|
EU:
|
|
# - https://minio.k-space.ee/armbian/apt/
|
|
- uk.mirrors.fossho.st/armbian/apt/
|
|
- armbian.systemonachip.net/apt/
|
|
- mirrors.netix.net/armbian/apt/
|
|
- mirrors.dotsrc.org/armbian-apt/
|