summaryrefslogtreecommitdiff
path: root/data/templates/system/curlrc.j2
blob: be4efe8baab8b443931afc9fe6fdbadccd955fa3 (plain)
1
2
3
4
5
6
{% if http_client.source_interface is vyos_defined %}
--interface "{{ http_client.source_interface }}"
{% endif %}
{% if http_client.source_address is vyos_defined %}
--interface "{{ http_client.source_address }}"
{% endif %}