faster ip detection service with wget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user