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 +- apt/apt.conf.d/99-local-squid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apt') 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/"; diff --git a/apt/apt.conf.d/99-local-squid b/apt/apt.conf.d/99-local-squid index fdf0b5d..58362bd 100644 --- a/apt/apt.conf.d/99-local-squid +++ b/apt/apt.conf.d/99-local-squid @@ -1 +1 @@ -Acquire::http::Proxy "http://localhost:3128/"; +Acquire::http::Proxy "http://proxy:3128/"; -- cgit v1.2.3