mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
fix removed line by error.
This commit is contained in:
parent
bc57b56552
commit
a7f73e5362
@ -165,7 +165,8 @@ if [[ $VPN_ENABLED == "yes" ]]; then
|
|||||||
exec openvpn --config ${VPN_CONFIG} &
|
exec openvpn --config ${VPN_CONFIG} &
|
||||||
# give openvpn some time to connect
|
# give openvpn some time to connect
|
||||||
sleep 5
|
sleep 5
|
||||||
|
#exec /bin/bash /etc/openvpn/openvpn.init start &
|
||||||
|
|
||||||
# PIA port Forward
|
# PIA port Forward
|
||||||
# https://www.privateinternetaccess.com/helpdesk/kb/articles/can-i-use-port-forwarding-without-using-the-pia-client
|
# https://www.privateinternetaccess.com/helpdesk/kb/articles/can-i-use-port-forwarding-without-using-the-pia-client
|
||||||
if [[ $PIA_PORT_FORWARD == "true" ]]; then
|
if [[ $PIA_PORT_FORWARD == "true" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user