From 635513411cbb6ab36b83301208cd5562942406ee Mon Sep 17 00:00:00 2001 From: mxmehl Date: Wed, 8 Jul 2015 00:17:41 +0300 Subject: [PATCH] switch to own IP service --- uber-standardsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uber-standardsetup.sh b/uber-standardsetup.sh index 6e87861..cefc6ca 100755 --- a/uber-standardsetup.sh +++ b/uber-standardsetup.sh @@ -36,7 +36,7 @@ if [ "$MYSQLPASS" == "" ]; then fi read -p "Domain: " DOMAIN -IP=$(wget -q -O - http://4.icanhazip.com) +IP=$(wget -q -O - http://ip4.nandus.net) echo "User: $USER" # user in system echo "Hostname: $HOSTNAME" # e.g. cetus.uberspace.de