Skip to content

Commit 22d1f61

Browse files
Rafficerkaplun
authored andcommitted
Fix #181: Make protocol lower case in j2 template
1 parent d8b2498 commit 22d1f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protonvpn_cli/templates/openvpn_template.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
client
2727
dev tun
28-
proto {{ openvpn_protocol }}
28+
proto {{ openvpn_protocol|lower }}
2929

3030
{% for ip in serverlist %}
3131
{%- for port in openvpn_ports -%}

0 commit comments

Comments
 (0)