diff options
-rw-r--r-- | templates/20proxy.erb | 1 |
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"; |