Skip to content
Snippets Groups Projects
Commit 2e2c0384 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added help text on proxy exclude conf.

parent 61716258
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ CELERITY_SIGNING_KEY='test' ...@@ -81,7 +81,7 @@ CELERITY_SIGNING_KEY='test'
CELERITY_WORKER_IP='127.0.1.1' CELERITY_WORKER_IP='127.0.1.1'
# -- Network configuration -- # -- Network configuration --
# applied with envsetup-launcher.sh client # applied with client configuration step
NETWORK_IP= NETWORK_IP=
NETWORK_DNS1= NETWORK_DNS1=
NETWORK_DNS2= NETWORK_DNS2=
...@@ -89,9 +89,11 @@ NETWORK_MASK= ...@@ -89,9 +89,11 @@ NETWORK_MASK=
NETWORK_GATEWAY= NETWORK_GATEWAY=
# define this if IP is NATed # define this if IP is NATed
NETWORK_IP_NAT= NETWORK_IP_NAT=
# proxy
# -- Proxy configuration --
PROXY_HTTP= PROXY_HTTP=
PROXY_HTTPS= PROXY_HTTPS=
# PROXY_EXCLUDE is used in no_proxy env (a comma separated list of domains)
PROXY_EXCLUDE= PROXY_EXCLUDE=
# -- Backup server specific (burp) -- # -- Backup server specific (burp) --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment