From 49b70d2a46b4f79eb3ad08b861d95d735bcde8c7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 3 Apr 2012 11:51:19 +0200 Subject: Use host proxy (not localhost) in APT snippets approx and squid. --- apt/apt.conf.d/99-local-approx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt/apt.conf.d/99-local-approx') diff --git a/apt/apt.conf.d/99-local-approx b/apt/apt.conf.d/99-local-approx index ca5b40a..d404a95 100644 --- a/apt/apt.conf.d/99-local-approx +++ b/apt/apt.conf.d/99-local-approx @@ -1 +1 @@ -Acquire::http::Proxy "http://localhost:9999/"; +Acquire::http::Proxy "http://proxy:9999/"; -- cgit v1.2.3