diff options
| author | Mike McQuaid | 2017-12-19 09:16:04 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-19 09:16:04 +0000 |
| commit | 426c998ff513a182aced1a5a4c4b7ec6f9203288 (patch) | |
| tree | eab889853987b207cb70ec138caf3d733606ef37 /docs | |
| parent | b4d43e950fd45c24e48d6ebfd3013357abcd21a9 (diff) | |
| parent | 28a0e445f0fb6aa02fc1be41bdd3cae11065e4fe (diff) | |
| download | brew-426c998ff513a182aced1a5a4c4b7ec6f9203288.tar.bz2 | |
Merge pull request #3584 from Quesar/fix-proxy-config
Added no_proxy to filtered env
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Manpage.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md index a3015c864..f42009ab5 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1096,8 +1096,14 @@ can take several different forms: Sets the FTP proxy to be used by `curl`, `git` and `svn` when downloading through Homebrew. + * `no_proxy`: + Sets the comma-separated list of hostnames and domain names that should be excluded from proxying + by `curl`, `git` and `svn` when downloading through Homebrew. + ## USING HOMEBREW BEHIND A PROXY -Use the `http_proxy`, `https_proxy` and/or `ftp_proxy` documented above. For example for an unauthenticated HTTP proxy: +Use the `http_proxy`, `https_proxy`, `no_proxy` and/or `ftp_proxy` documented above. + +For example for an unauthenticated HTTP proxy: export http_proxy=http://`host`:`port` |
