commit
b5174ef1f9
2 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,6 @@ key client.key
|
|||
|
||||
remote-cert-tls server
|
||||
|
||||
cipher BF-CBC
|
||||
cipher AES-256-CBC
|
||||
|
||||
comp-lzo
|
||||
verb 3
|
||||
comp-lzo
|
|
@ -19,7 +19,7 @@ push "redirect-gateway def1 bypass-dhcp"
|
|||
push "dhcp-option DNS {{ server.getFirstDns() }}"
|
||||
push "dhcp-option DNS {{ server.getSecondDns() }}"
|
||||
keepalive 10 120
|
||||
cipher BF-CBC
|
||||
cipher AES-256-CBC
|
||||
|
||||
crl-verify crl.pem
|
||||
|
||||
|
@ -29,4 +29,6 @@ user nobody
|
|||
group nogroup
|
||||
|
||||
persist-key
|
||||
persist-tun
|
||||
persist-tun
|
||||
|
||||
verb 0
|
Loading…
Reference in a new issue