removed supervisord, using baseimage-docker init system. added automatic port updates.
This commit is contained in:
@@ -6,13 +6,13 @@ resolv-retry infinite
|
||||
nobind
|
||||
persist-key
|
||||
persist-tun
|
||||
ca ca.crt
|
||||
ca /etc/openvpn/ca.crt
|
||||
tls-client
|
||||
remote-cert-tls server
|
||||
auth-user-pass credentials.txt
|
||||
auth-user-pass /etc/openvpn/credentials.txt
|
||||
comp-lzo
|
||||
verb 1
|
||||
reneg-sec 0
|
||||
crl-verify crl.pem
|
||||
crl-verify /etc/openvpn/crl.pem
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user