Skip to content

Instantly share code, notes, and snippets.

@luanlmd
Created July 19, 2011 13:40
Show Gist options
  • Save luanlmd/1092363 to your computer and use it in GitHub Desktop.
Save luanlmd/1092363 to your computer and use it in GitHub Desktop.
apt-cacher client config
# /etc/apt/apt.conf
Acquire {
HTTP::Proxy "http://10.55.2.224:3142";
FTP::Proxy "http://10.55.2.224:3142";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment