forked from RustyDust/ovpn-to-apc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dummy.ovpn
executable file
·48 lines (35 loc) · 888 Bytes
/
dummy.ovpn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
; Dummy .ovpn script for manual creation
; Usage:
; replace all the %..% variables with the current
; settings of your OpenVPN server/client config
; The files
; %CA%, %CLIENTCRT% %CLIENTKEY%
; have to reside in the same directory
; as the .ovpn script
client
; default if not set: SHA1
auth %AUTH%
;dev tap
dev tun
; proto: either 'udp' or 'tcp' (without the quotes)
proto %PROTO%
; remote can be an IP address or an URI
remote %REMOTE_ADDR%
resolv-retry infinite
nobind
persist-key
persist-tun
; name of the CA certificate file
ca %CA%
; name of the client certificate file
cert %CLIENTCERT%
; name of the client key file
key %CLIENTKEY%
; cipher: As set in your OpenVPN server.conf
cipher AES-128-CBC
; Leave on for now
comp-lzo
verb 3
; tls-remote: can be specified but if you do
; make sure to get it right ...
;mute 20