summaryrefslogtreecommitdiff
path: root/templates/20proxy.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-12-11 19:58:19 +0100
committerintrigeri <intrigeri@boum.org>2010-12-11 19:58:19 +0100
commit248d7e46ff1506050f3bffb0d462da37e139729e (patch)
treea8972608967a302e8f451d0f487290d49960cb7a /templates/20proxy.erb
parentfad111e036d06b9d7bce163b2f888c5d337c4089 (diff)
Bypass default APT proxy to access bugs.debian.org.
This is needed when using apt-listbugs with an APT proxy that only {wants,can} proxy "normal" APT traffic.
Diffstat (limited to 'templates/20proxy.erb')
-rw-r--r--templates/20proxy.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/20proxy.erb b/templates/20proxy.erb
index 3e1ae5d..fd0c7fe 100644
--- a/templates/20proxy.erb
+++ b/templates/20proxy.erb
@@ -2,3 +2,4 @@
// all local modifications will be overwritten
Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; };
+Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";