1
0
mirror of synced 2026-05-01 14:16:09 +00:00

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:
Axel Beckert
2010-05-15 18:30:02 +02:00
parent c9023d73fd
commit c223b0f8c6

View File

@@ -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)) {