Last active
January 17, 2018 03:42
-
-
Save abdulhadad/e342c7f05468f553189643161aaa1177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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