Merge remote-tracking branch 'origin/master'

This commit is contained in:
Quentin McGaw
2019-07-25 10:24:03 -04:00
4 changed files with 31 additions and 22 deletions

View File

@@ -268,8 +268,6 @@ exitOnError $? "Cannot add 'mssfix 1300' to $TARGET_PATH/config.ovpn"
# Note: TUN device re-opening will restart the container due to permissions
printf "DONE\n"
############################################
# NETWORKING
############################################
@@ -397,6 +395,14 @@ if [ "$PROXY" == "on" ]; then
printf "DONE\n"
fi
############################################
# READ FORWARDED PORT
############################################
if [ "$PORT_FORWARDING" == "true" ]; then
sleep 10 && /portforward.sh &
fi
############################################
# OPENVPN LAUNCH
############################################