Skip to content

Commit a70357b

Browse files
committed
Bugfix for issue #71 found by @Codelica
1 parent 7b27f49 commit a70357b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/openvpn-client-config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
client
22
dev {{ .Device }}
3-
proto {{ .Proto}}
3+
proto {{ .Proto }}
44
remote {{ .ServerAddress }} {{ .OpenVpnServerPort }} {{ .Proto }}
55
{{ .ResolveRetry }}
66
user {{ .OVClientUser }}

views/ovclient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="card-title">Client configuration template for .opvn file</h3>
4242

4343
<div class="form-group">
4444
<label for="name">Proto</label>
45-
<input type="text" class="form-control" id="OpenVpnProto" name="OpenVpnProto" placeholder="Enter external server protocol"
45+
<input type="text" class="form-control" id="Proto" name="Proto" placeholder="Enter external server protocol"
4646
value="{{ .Settings.Proto }}">
4747
</div>
4848

0 commit comments

Comments
 (0)