Update to 2022-02-10 13:00

This commit is contained in:
Daniel Berteaud
2022-02-10 13:00:05 +01:00
parent 6f6d3b7382
commit 0c2892d14a
3 changed files with 12 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
{% if system_proxy is defined and system_proxy != '' %}
{% for proto in system_proxy_proto %}
export {{ proto }}_proxy={{ system_proxy }}
export {{ proto | lower }}_proxy={{ system_proxy }}
export {{ proto | upper }}_PROXY={{ system_proxy }}
{% endfor %}
export no_proxy='{{ system_proxy_no_proxy | join(',') }}'