From 95a1306d69cdbd48f519f11b996489fcab461b37 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 26 Mar 2016 09:46:13 +0100 Subject: [PATCH] use httpredir.debian.org as the default Debian mirror http.debian.net is an alias anyways and httpredir.debian.org is the official name of the service Signed-off-by: Evgeni Golov --- templates/lxc-debian.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index b7ec8f5c0..2c3a7e5a6 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -34,7 +34,7 @@ done export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin export GREP_OPTIONS="" -MIRROR=${MIRROR:-http://http.debian.net/debian} +MIRROR=${MIRROR:-http://httpredir.debian.org/debian} SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/} LOCALSTATEDIR="@LOCALSTATEDIR@" LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@" -- 2.47.2