Skip to content

Instantly share code, notes, and snippets.

@egustafson
Created June 3, 2016 16:50
Show Gist options
  • Save egustafson/7be2f0f1a0dd500b53acad1b86b0ad0c to your computer and use it in GitHub Desktop.
Save egustafson/7be2f0f1a0dd500b53acad1b86b0ad0c to your computer and use it in GitHub Desktop.
APT Proxy with HTTPS proxing disabled
Acquire::http::Proxy "http://proxy-host.domain:3142/";
Acquire::https::Proxy "DIRECT";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment