faster ip detection service with wget

This commit is contained in:
2015-07-07 13:16:07 +03:00
parent 728d6dcaff
commit ae225a1d7e

View File

@@ -27,7 +27,7 @@ if [ "$MYSQLPASS" == "" ]; then
fi
read -p "Domain: " DOMAIN
IP=$(curl -s curlmyip.com)
IP=$(wget -q -O - http://myexternalip.com/raw)
echo "User: $USER" # user auf dem System
echo "Hostname: $HOSTNAME" # z.B. cetus.uberspace.de