summaryrefslogtreecommitdiff
path: root/data/templates/system/curlrc.tmpl
blob: 3e5ce801cebdf3820cdb8fdfefdb8c74b0ba51ab (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 %}