From 6a8c3b251d7c5bf74e08f21bdc9a25fe805fe493 Mon Sep 17 00:00:00 2001 From: Kristian Just Date: Fri, 22 Nov 2019 07:59:40 +0100 Subject: [PATCH] Update ld-install whatip.gzo.com is now giving a redirect and showing a html page, so replaced with ipinfo.io/ip instead --- ld-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld-install b/ld-install index 9ea1a26..ced2afc 100755 --- a/ld-install +++ b/ld-install @@ -187,7 +187,7 @@ then echo "existence on your systems." echo echo "You are about to perform this installation on `hostname` with" - echo "IP `curl -s whatip.gzo.com`." + echo "IP `curl -s ipinfo.io/ip`." echo read -p "Proceed with installation and configuration of Lockdown and all related services? [y/N] " -n 1 -r REPLY if [[ $REPLY =~ ^[Yy]$ ]] ; then