Skip to content

Commit 4961a43

Browse files
committed
add template for ovpn file
1 parent 009b538 commit 4961a43

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

template.ovpn

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
client
2+
3+
proto tcp
4+
5+
remote ip/url port
6+
7+
dev tun
8+
9+
comp-lzo
10+
11+
cipher AES-256-CBC
12+
auth SHA512
13+
tls-version-min 1.2
14+
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-DHE-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-CBC-SHA:TLS-DHE-RSA-WITH-CAMELLIA-128-CBC-SHA
15+
16+
key-direction 1
17+
18+
<ca>
19+
20+
</ca>
21+
22+
<cert>
23+
24+
</cert>
25+
26+
<key>
27+
</key>
28+
29+
<tls-auth>
30+
31+
</tls-auth>

0 commit comments

Comments
 (0)