mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
scripts: add Apache fastly mirror
Add the Apache fastly mirror as preferred download source. This service is using a dual-stacked CDN. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
f97ce066a8
commit
9ac377d0e0
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ foreach my $mirror (@ARGV) {
|
||||||
push @mirrors, "https://mirrors.tuna.tsinghua.edu.cn/debian/$1";
|
push @mirrors, "https://mirrors.tuna.tsinghua.edu.cn/debian/$1";
|
||||||
push @mirrors, "https://mirrors.ustc.edu.cn/debian/$1"
|
push @mirrors, "https://mirrors.ustc.edu.cn/debian/$1"
|
||||||
} elsif ($mirror =~ /^\@APACHE\/(.+)$/) {
|
} elsif ($mirror =~ /^\@APACHE\/(.+)$/) {
|
||||||
|
push @mirrors, "https://dlcdn.apache.org/$1";
|
||||||
push @mirrors, "https://mirror.netcologne.de/apache.org/$1";
|
push @mirrors, "https://mirror.netcologne.de/apache.org/$1";
|
||||||
push @mirrors, "https://mirror.aarnet.edu.au/pub/apache/$1";
|
push @mirrors, "https://mirror.aarnet.edu.au/pub/apache/$1";
|
||||||
push @mirrors, "https://mirror.csclub.uwaterloo.ca/apache/$1";
|
push @mirrors, "https://mirror.csclub.uwaterloo.ca/apache/$1";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue