On my network i use apt-cacher-ng on server and add
Acquire::http { Proxy "http://[10.48.21.23]:3142"; };
to /etc/apt/apt.conf on clients.
So apt-get can't download file through proxy with wget.
|
On my network i use apt-cacher-ng on server and add
So apt-get can't download file through proxy with wget. |
|||
|
|
If you need to force their downloads through a proxy, you can, either by setting up wget's proxy settings in /etc/wgetrc:
Or you can use the longhand command to pass the proxy through to it:
See: https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/362970 The proxy address I'm talking about in these solutions should not be |
|||
|