Skip to content

Instantly share code, notes, and snippets.

@Dispader
Created October 30, 2012 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dispader/3981176 to your computer and use it in GitHub Desktop.
Save Dispader/3981176 to your computer and use it in GitHub Desktop.
HTTP/S proxy servers for outbound connections
# outgoing HTTP/HTTPS proxy definitions
#
export http_proxy='http://kraken02.oit.umn.edu:3128'
export https_proxy='http://kraken02.oit.umn.edu:3128'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment