Update vpn

This commit is contained in:
Alexandre
2026-02-03 21:59:11 +01:00
committed by GitHub
parent 6aec6385ab
commit 60cb4c9c26

View File

@@ -352,7 +352,7 @@ _openvpn_up() {
chmod 755 ${config["PostDownScript"]}
# Start OpenVPN in the background
_cmd "/usr/sbin/openvpn
_cmd "/usr/sbin/openvpn \
--config "${config["ConfigFile"]}" \
--script-security 2 --daemon --log /dev/null \
--auth-user-pass "${OPENVPN_STATE_DIR}/credentials.conf" \