summaryrefslogtreecommitdiff
path: root/data/templates/system/proxy.j2
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/system/proxy.j2')
-rw-r--r--data/templates/system/proxy.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/system/proxy.j2 b/data/templates/system/proxy.j2
index 215c4c5c2..0737cd3f8 100644
--- a/data/templates/system/proxy.j2
+++ b/data/templates/system/proxy.j2
@@ -1,4 +1,4 @@
-# generated by system-proxy.py
+### autogenerated by system_proxy.py ###
{% if url is vyos_defined and port is vyos_defined %}
{# remove http:// prefix so we can inject a username/password if present #}
export http_proxy=http://{{ username ~ ':' ~ password ~ '@' if username is vyos_defined and password is vyos_defined }}{{ url | replace('http://', '') }}:{{ port }}