apt-cacher/client/templates/02proxy.j2
author Luke Hoersten <luke@hoersten.org>
Mon, 23 Mar 2026 23:32:24 -0500
changeset 250 0ecb48bf664b
parent 2 2556522a2a45
permissions -rw-r--r--
More fxies

Acquire::http::proxy "http://{{apt_cacher_host}}:{{apt_cacher_port}}";
Acquire::https::proxy "DIRECT";