diff --git a/src/hostname.php b/src/hostname.php index 842a416..ecb8f71 100644 --- a/src/hostname.php +++ b/src/hostname.php @@ -3,7 +3,7 @@ header('Content-Type: application/json'); $ip = $_SERVER['REMOTE_ADDR']; if (substr($ip, 0, 9) === "10.23.42.") { - $ip = "116.202.163.154"; + $ip = "88.99.139.92"; } $ip = escapeshellcmd($ip); diff --git a/src/info.php b/src/info.php index b3797ef..b2d41e8 100644 --- a/src/info.php +++ b/src/info.php @@ -4,7 +4,7 @@ header('Content-Type: application/json'); $ip = $_SERVER['REMOTE_ADDR']; if (substr($ip, 0, 9) === "10.23.42.") { - $ip = "116.202.163.154"; + $ip = "88.99.139.92"; } $res = array(); diff --git a/src/plain.php b/src/plain.php index 452740e..f6a31ca 100644 --- a/src/plain.php +++ b/src/plain.php @@ -4,7 +4,7 @@ header('Content-Type: application/json'); $ip = $_SERVER['REMOTE_ADDR']; if (substr($ip, 0, 9) === "10.23.42.") { - $ip = "116.202.163.154"; + $ip = "88.99.139.92"; } $asndb = '/var/lib/GeoIP/GeoLite2-ASN.mmdb';