summaryrefslogtreecommitdiff
path: root/data/templates/system/curlrc.tmpl
blob: 675e35a0c85f846f20f1af64b802c4d2fa0fcb13 (plain)
1
2
3
4
5
6
7
8
{% if http_client is defined %}
{%   if http_client.source_interface is defined %}
--interface "{{ http_client.source_interface }}"
{%   endif %}
{%   if http_client.source_address is defined %}
--interface "{{ http_client.source_address }}"
{%   endif %}
{% endif %}