diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-04-03 11:51:19 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-04-03 11:51:19 +0200 |
commit | 49b70d2a46b4f79eb3ad08b861d95d735bcde8c7 (patch) | |
tree | 5bd8768a6de2eb9123f31b5530cf8f770f7d6ae8 | |
parent | 3a0d1266003163962beb0c4b176e2f603fd0055c (diff) |
Use host proxy (not localhost) in APT snippets approx and squid.
-rw-r--r-- | apt/apt.conf.d/99-local-approx | 2 | ||||
-rw-r--r-- | apt/apt.conf.d/99-local-squid | 2 |
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/"; |