mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
commit
5b9f3b62b8
1 changed files with 2 additions and 2 deletions
|
@ -362,7 +362,7 @@ exit 0' > $RCLOCAL
|
|||
chkconfig openvpn on
|
||||
fi
|
||||
fi
|
||||
# If the serrver is behind a NAT, use the correct IP address
|
||||
# If the server is behind a NAT, use the correct IP address
|
||||
if [[ "$PUBLICIP" != "" ]]; then
|
||||
IP=$PUBLICIP
|
||||
fi
|
||||
|
@ -391,4 +391,4 @@ verb 3" > /etc/openvpn/client-common.txt
|
|||
echo
|
||||
echo "Your client configuration is available at:" ~/"$CLIENT.ovpn"
|
||||
echo "If you want to add more clients, you simply need to run this script again!"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue