Skip to content

Instantly share code, notes, and snippets.

@moinmoti
Created December 29, 2017 16:22
Show Gist options
  • Save moinmoti/d6686cf718674e266e25c6206c254a80 to your computer and use it in GitHub Desktop.
Save moinmoti/d6686cf718674e266e25c6206c254a80 to your computer and use it in GitHub Desktop.
Acquire::http::proxy "http://proxy.iiit.ac.in";
Acquire::https::proxy "http://proxy.iiit.ac.in";
Acquire::ftp::proxy "http://proxy.iiit.ac.in";
Acquire::socks::proxy "http://proxy.iiit.ac.in";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment