From 56c5fdab1173801ca0aaafa86109435f151602c8 Mon Sep 17 00:00:00 2001 From: earnolmartin Date: Tue, 23 Jan 2024 19:37:11 -0700 Subject: [PATCH] Use ehcpforce.tk IP service --- ehcp/install_2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehcp/install_2.php b/ehcp/install_2.php index 9708d9b..4e84db4 100755 --- a/ehcp/install_2.php +++ b/ehcp/install_2.php @@ -117,6 +117,6 @@ if($user_email<>'') mail($user_email,'Your EHCP Force installation completed suc $realip=getlocalip2(); if(!$app->isPrivateIp($ip)) $realip.="-realip"; # change subject if this is a server with real ip... -$ip2=trim(file_get_contents("http://ehcp.net/diger/myip.php")); +$ip2=trim(file_get_contents("https://ehcpforce.tk/ip.php")); $message.="\noutside Ip detected:$ip2"; ?>