Ticket #31625: client.conf
File client.conf, 384 bytes (added by mmpestorich (Mike M Pestorich), 13 years ago) |
---|
Line | |
---|---|
1 | client |
2 | |
3 | dev tun |
4 | |
5 | proto udp |
6 | |
7 | remote openvpn.example.com 1194 |
8 | |
9 | resolv-retry infinite |
10 | |
11 | nobind |
12 | |
13 | ;user nobody |
14 | ;group nobody |
15 | |
16 | persist-key |
17 | persist-tun |
18 | |
19 | mute-replay-warnings |
20 | |
21 | ca ca.crt |
22 | |
23 | cert client.example.com.crt |
24 | |
25 | key client.example.com.key |
26 | |
27 | ns-cert-type server |
28 | |
29 | tls-auth ta.key 1 |
30 | |
31 | cipher AES-256-CBC |
32 | |
33 | comp-lzo |
34 | |
35 | verb 3 |
36 | |
37 | up /opt/local/etc/openvpn2/up.sh |
38 | |
39 | down /opt/local/etc/openvpn2/down.sh |