scripts/download.pl: add download mirrors hosted by SuLingGG

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2021-03-22 23:21:13 +08:00
parent 42338ac9e7
commit 82388ff3ee
2 changed files with 3 additions and 1 deletions

View File

@@ -51,7 +51,8 @@ luci-theme-edge source: [garypang13/luci-theme-edge](https://github.com/garypang
luci-proto-minieap source: [ysc3839/luci-proto-minieap](https://github.com/ysc3839/luci-proto-minieap).
## Download Mirrors
[182.140.223.146](http://182.140.223.146/dl) by [hzjnet@163.com](mailto://hzjnet@163.com)
[182.140.223.146](http://182.140.223.146/dl) by [hzjnet@163.com](mailto://hzjnet@163.com).<br/>
[openwrt.cc](https://openwrt.cc/dl/immortalwrt) by [@SuLingGG](https://github.com/SuLingGG).
## License
### Depend on their own License.

View File

@@ -295,6 +295,7 @@ foreach my $mirror (@ARGV) {
}
unshift @mirrors, "http://182.140.223.146/dl";
unshift @mirrors, "https://openwrt.cc/dl/immortalwrt/master";
push @mirrors, 'https://sources.cdn.openwrt.org';
push @mirrors, 'https://sources.openwrt.org';
push @mirrors, 'https://mirror2.openwrt.org/sources';