diff --git a/entrypoint.sh b/entrypoint.sh index 914e05a..023f0e8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -96,7 +96,7 @@ fi if [ -d /srv/haproxy ] then # Start Haproxy - echo -n "Start OpenVPN ... " + echo -n "Start Haproxy ... " /usr/sbin/haproxy -f /srv/haproxy/haproxy.cfg echo done. else diff --git a/srv/openvpn/server.conf b/srv/openvpn/server.conf index 6c923ef..4605dd8 100644 --- a/srv/openvpn/server.conf +++ b/srv/openvpn/server.conf @@ -18,6 +18,7 @@ tun-mtu 1500 # cp /srv/openvpn/secret.key /etc/openvpn/secret.key # chmod 400 /srv/openvpn/secret.key /etc/openvpn/secret.key secret secret.key +cipher AES-256-CBC # Keepalive ping 30