Skip to content

Commit 1d7d160

Browse files
committed
development/backend/configd - explain "noproxy" env setting in example, practical for xmlrpc
1 parent a84eb16 commit 1d7d160

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/development/backend/configd.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ For example, to add a proxy server (for the firmware updater), use settings like
125125
[environment]
126126
HTTP_PROXY=http://proxy-adddress:8080
127127
HTTPS_PROXY=http://proxy-adddress:8080
128+
noproxy=192.168.1.2
128129
129130
130131
@@ -138,3 +139,8 @@ For example, to add a proxy server (for the firmware updater), use settings like
138139
of configuration files is to read all vendor shipped properties first and read additional files next. Last property found is the one
139140
being used (e.g. specifying a new :code:`PATH` in the environment, will overwrite the one being shipped in our :code:`configd.conf`.)
140141

142+
.. Note::
143+
144+
The :code:`noproxy` setting may be used to exclude hosts from using a proxy, which is usually practical for xmlrpc sync
145+
146+

0 commit comments

Comments
 (0)