]> jfr.im git - vpn-prov.git/blob - base.ovpn.example
misc updates
[vpn-prov.git] / base.ovpn.example
1 client
2 dev tun0
3 proto udp
4 remote example.com 13337
5 comp-lzo
6 resolv-retry 30
7 nobind
8 persist-key
9
10 remote-cert-tls server
11
12 log openvpn.log
13 verb 4
14
15 cipher AES-256-CBC
16 auth SHA512
17
18 script-security 2
19
20 key-direction 1