5

I can not find, in the apt-cacher-ng documentation, how to configure the proxy settings.

Is it possible to run apt-cacher-ng behind a proxy? How?

1 Answer 1

4

You can add the following to /etc/apt-cacher-ng/acng.conf:

Proxy: http://myproxy.net:1234

As described in this sample config file:

# The specification of another HTTP proxy which shall be used for downloads.
# It can include user name and password but see the manual for limitations.
#
# Default: uses direct connection
#
# Proxy: http://www-proxy.example.net:3128
# Proxy: https://username:[email protected]:3129

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .