summaryrefslogtreecommitdiff
path: root/data/templates/system/curlrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/system/curlrc.tmpl')
-rw-r--r--data/templates/system/curlrc.tmpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/data/templates/system/curlrc.tmpl b/data/templates/system/curlrc.tmpl
deleted file mode 100644
index 3e5ce801c..000000000
--- a/data/templates/system/curlrc.tmpl
+++ /dev/null
@@ -1,8 +0,0 @@
-{% 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 %}