2014-07-06 19:27:51 -04:00
|
|
|
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
|
|
|
|
Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
|
2018-04-27 07:29:59 -04:00
|
|
|
Acquire::https::Proxy "DIRECT";
|