|
|
|
@ -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
|