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:
Ad Schellevis 2025-06-11 14:52:44 +02:00
parent a2b0f8d7b3
commit 9c553c8054

View file

@ -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