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.
This commit is contained in:
parent
fad111e036
commit
248d7e46ff
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue