apt-cacher/client/templates/02proxy.j2
changeset 250 0ecb48bf664b
parent 2 2556522a2a45
equal deleted inserted replaced
249:3542951a98cb 250:0ecb48bf664b
     1 Acquire::http::proxy "http://{{apt_cacher_host}}:{{apt_cacher_port}}";
     1 Acquire::http::proxy "http://{{apt_cacher_host}}:{{apt_cacher_port}}";
       
     2 Acquire::https::proxy "DIRECT";