docs/devguide: Added the 'no_proxy' parameter to the description
In environments where proxies are used, there are usually some addresses that should be reached without proxy. So it makes sense to document that. Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
parent
845d212f02
commit
c1bfeefa04
@ -22,7 +22,7 @@ Just run::
|
|||||||
|
|
||||||
When you need a proxy to access the internet, add::
|
When you need a proxy to access the internet, add::
|
||||||
|
|
||||||
--build-arg http_proxy=<http_proxy> --build-arg https_proxy=<https_proxy> --build-arg ftp_proxy=<ftp_proxy>
|
--build-arg http_proxy=<http_proxy> --build-arg https_proxy=<https_proxy> --build-arg ftp_proxy=<ftp_proxy> --build-arg no_proxy=<no_proxy>
|
||||||
|
|
||||||
to the call.
|
to the call.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user