From 28a0e445f0fb6aa02fc1be41bdd3cae11065e4fe Mon Sep 17 00:00:00 2001 From: Ivars Berzinsh Date: Tue, 19 Dec 2017 10:59:04 +0200 Subject: Added info about no_proxy to docs --- docs/Manpage.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') 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` -- cgit v1.2.3