Created
May 23, 2020 23:03
-
-
Save dweekly/27cff2f778ad5bfd16b664df000ef555 to your computer and use it in GitHub Desktop.
Patch to MIRRORED.BY to manually add/fix four more mirrors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- MIRRORED.BY.patched 2020-05-22 21:31:49.000000000 -0700 | |
| +++ MIRRORED.BY.patched.manual 2020-05-23 16:02:47.000000000 -0700 | |
| @@ -184,6 +184,7 @@ | |
| frequency = "instant" | |
| dst_ftp = "ftp://mirror.bhoovd.com/CPAN/" | |
| dst_http = "http://mirror.bhoovd.com/CPAN/" | |
| + dst_https = "https://mirror.bhoovd.com/CPAN/" | |
| dst_rsync = "rsync://mirror.bhoovd.com/CPAN/" | |
| dst_location = "Harrisburg, Pennsylvania, United States, North America (+40.317824 -76.854927)" | |
| dst_organisation = "Matthew Hoover" | |
| @@ -1007,6 +1008,7 @@ | |
| cpan.catalyst.net.nz: | |
| frequency = "every 6 hours" | |
| dst_http = "http://cpan.catalyst.net.nz/CPAN/" | |
| + dst_https = "https://mirror.catalyst.net.nz/CPAN/" | |
| dst_location = "Wellington, New Zealand, Oceania (-41.294704 174.773512)" | |
| dst_organisation = "Catalyst IT" | |
| dst_timezone = "+12" | |
| @@ -1249,6 +1251,7 @@ | |
| frequency = "daily" | |
| dst_ftp = "ftp://ftp.stu.edu.tw/CPAN/" | |
| dst_http = "http://cpan.stu.edu.tw/" | |
| + dst_https = "https://ftp.stu.edu.tw/CPAN/" | |
| dst_location = "Kaohsiung, Taiwan, Asia (22.76 120.38)" | |
| dst_organisation = "Computer Center, Shu-Te University" | |
| dst_timezone = "+8" | |
| @@ -1601,6 +1604,7 @@ | |
| frequency = "instant" | |
| dst_ftp = "ftp://cpan.hoovism.com/CPAN/" | |
| dst_http = "http://cpan.hoovism-http.com/" | |
| + dst_https = "https://cpan.hoovism-http.com/" | |
| dst_rsync = "rsync://cpan.hoovism.com/CPAN/" | |
| dst_location = "Newark, New Jersey, United States, North America (+40.720000 -74.170000)" | |
| dst_organisation = "Matthew Hoover" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment