Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Last active January 17, 2018 03:42
Show Gist options
  • Save abdulhadad/e342c7f05468f553189643161aaa1177 to your computer and use it in GitHub Desktop.
Save abdulhadad/e342c7f05468f553189643161aaa1177 to your computer and use it in GitHub Desktop.
export http_proxy="http://domain_optional\user:pass@proxy_iip:port/"
# or export http_proxy="http://user:pass@proxy_iip:port/"
# special char use https://www.w3schools.com/tags/ref_urlencode.asp
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export rsync_proxy=$http_proxy
export no_proxy="localhost,127.0.0.1,172.0.1.1,.localdomain,.local,.dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment