From 248d7e46ff1506050f3bffb0d462da37e139729e Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 11 Dec 2010 19:58:19 +0100 Subject: 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. --- templates/20proxy.erb | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3