From 842b115dd060f0465d2847583935bfe4fd43c4e4 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 7 Jul 2015 13:45:59 +0300 Subject: [PATCH] change to another ip-echo provider which enables IPv4 only --- uber-standardsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uber-standardsetup.sh b/uber-standardsetup.sh index 822a7dd..9cc09dd 100755 --- a/uber-standardsetup.sh +++ b/uber-standardsetup.sh @@ -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