Use ftp.debian.org instead of ftp.us.debian.org as default Debian mirror
Rationale: ftp.us.debian.org is a DNS Round Robin for five IPv4-only hosts in the US. ftp.debian.org is only a single host (kassia in .nl), but also reachable via IPv6 and connected to GEANT, i.e. most European universities don't have to pay for traffic with ftp.debian.org.
This commit is contained in:
@@ -1212,7 +1212,7 @@ sub setupDefaultOptions
|
||||
|
||||
# Default distribution is Debian Stable
|
||||
$CONFIG{ 'dist' } = 'stable';
|
||||
$CONFIG{ 'mirror' } = 'http://ftp.us.debian.org/debian';
|
||||
$CONFIG{ 'mirror' } = 'http://ftp.debian.org/debian';
|
||||
|
||||
# Initialize per distribution mirror defaults: Debian
|
||||
foreach my $debdist (qw(etch lenny squeeze sid testing stable unstable)) {
|
||||
|
||||
Reference in New Issue
Block a user