diff options
| author | Ivars Berzinsh | 2017-12-19 10:59:04 +0200 |
|---|---|---|
| committer | Ivars Berzinsh | 2017-12-19 10:59:04 +0200 |
| commit | 28a0e445f0fb6aa02fc1be41bdd3cae11065e4fe (patch) | |
| tree | eab889853987b207cb70ec138caf3d733606ef37 /Library | |
| parent | 25f65c1a136728ece1f4b4b88d7e9121e23879d1 (diff) | |
| download | brew-28a0e445f0fb6aa02fc1be41bdd3cae11065e4fe.tar.bz2 | |
Added info about no_proxy to docs
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md.erb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 321318b16..24f1b78b8 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -251,8 +251,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> |
