mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
backend/configd - missing underscore in noproxy, captital letters might be clearer as well (although both should work according to https://curl.se/libcurl/c/CURLOPT_NOPROXY.html)
This commit is contained in:
parent
a2b0f8d7b3
commit
9c553c8054
1 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ For example, to add a proxy server (for the firmware updater), use settings like
|
|||
[environment]
|
||||
HTTP_PROXY=http://proxy-adddress:8080
|
||||
HTTPS_PROXY=http://proxy-adddress:8080
|
||||
noproxy=192.168.1.2
|
||||
NO_PROXY=192.168.1.2
|
||||
|
||||
|
||||
|
||||
|
|
@ -141,6 +141,6 @@ For example, to add a proxy server (for the firmware updater), use settings like
|
|||
|
||||
.. Note::
|
||||
|
||||
The :code:`noproxy` setting may be used to exclude hosts from using a proxy, which is usually practical for xmlrpc sync
|
||||
The :code:`NO_PROXY` setting may be used to exclude hosts from using a proxy, which is usually practical for xmlrpc sync
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue