change to another ip-echo provider which enables IPv4 only
This commit is contained in:
@@ -27,7 +27,7 @@ if [ "$MYSQLPASS" == "" ]; then
|
||||
fi
|
||||
|
||||
read -p "Domain: " DOMAIN
|
||||
IP=$(wget -q -O - http://myexternalip.com/raw)
|
||||
IP=$(wget -q -O - http://4.icanhazip.com)
|
||||
|
||||
echo "User: $USER" # user in system
|
||||
echo "Hostname: $HOSTNAME" # e.g. cetus.uberspace.de
|
||||
|
||||
Reference in New Issue
Block a user