Add OPENVPN_OPTS to openvpn startup command

This commit is contained in:
Austin Shapiro
2020-12-05 23:46:21 -08:00
committed by GitHub
parent 9a832fe428
commit c9e215225c

View File

@@ -14,4 +14,4 @@ then
echo Adding ip route add "${LAN_NETWORK}" via "${DEFAULT_GATEWAY}" dev eth0 for attached container web ui access
echo Do not forget to expose the ports for attached container we ui access
fi
openvpn --config $VPN_FILE --auth-user-pass vpn-auth.txt
openvpn --config $VPN_FILE --auth-user-pass vpn-auth.txt $OPENVPN_OPTS