summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-04-03 11:51:19 +0200
committerJonas Smedegaard <dr@jones.dk>2012-04-03 11:51:19 +0200
commit49b70d2a46b4f79eb3ad08b861d95d735bcde8c7 (patch)
tree5bd8768a6de2eb9123f31b5530cf8f770f7d6ae8 /apt
parent3a0d1266003163962beb0c4b176e2f603fd0055c (diff)
Use host proxy (not localhost) in APT snippets approx and squid.
Diffstat (limited to 'apt')
-rw-r--r--apt/apt.conf.d/99-local-approx2
-rw-r--r--apt/apt.conf.d/99-local-squid2
2 files changed, 2 insertions, 2 deletions
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/";