We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b27f49 commit a70357bCopy full SHA for a70357b
conf/openvpn-client-config.tpl
@@ -1,6 +1,6 @@
1
client
2
dev {{ .Device }}
3
-proto {{ .Proto}}
+proto {{ .Proto }}
4
remote {{ .ServerAddress }} {{ .OpenVpnServerPort }} {{ .Proto }}
5
{{ .ResolveRetry }}
6
user {{ .OVClientUser }}
views/ovclient.html
@@ -42,7 +42,7 @@ <h3 class="card-title">Client configuration template for .opvn file</h3>
42
43
<div class="form-group">
44
<label for="name">Proto</label>
45
- <input type="text" class="form-control" id="OpenVpnProto" name="OpenVpnProto" placeholder="Enter external server protocol"
+ <input type="text" class="form-control" id="Proto" name="Proto" placeholder="Enter external server protocol"
46
value="{{ .Settings.Proto }}">
47
</div>
48
0 commit comments