Skip to content

Instantly share code, notes, and snippets.

@h3xxx
Created June 25, 2014 06:57
Show Gist options
  • Save h3xxx/970a45fb49327783811a to your computer and use it in GitHub Desktop.
Save h3xxx/970a45fb49327783811a to your computer and use it in GitHub Desktop.
apt proxy configuration
// /etc/apt/apt.conf
// replace proxy_server.com:8000 with your proxy server url
Acquire::http::proxy "http://proxy_server.com:8000/";
Acquire::ftp::proxy "ftp://proxy_server.com:8000/";
Acquire::https::proxy "https://proxy_server.com:8000/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment