Hostnames block is done in memory only

This commit is contained in:
Quentin McGaw
2018-10-10 10:24:15 +02:00
parent d12f44fd6b
commit 3bc45d930c
2 changed files with 30 additions and 36 deletions

View File

@@ -158,7 +158,7 @@ printf "\n * Region: $REGION"
printf "\n * Encryption: $ENCRYPTION"
printf "\n * Protocol: $PROTOCOL"
printf "\n * Port: $PORT"
printf "\n * Initial IP address: $(echo $VPNIPS | cut -d' ' -f1)"
printf "\n * Initial IP address: $(echo "$VPNIPS" | head -n 1)"
printf "\n\n"
cd "/openvpn-$PROTOCOL-$ENCRYPTION"
openvpn --config "$REGION.ovpn" --user nonrootuser --persist-tun --auth-retry nointeract --auth-user-pass /auth.conf --auth-nocache