From c1d28093ddc5dd7e80f18f230c6365bb725cf638 Mon Sep 17 00:00:00 2001 From: Curtis Brazzell Date: Fri, 8 Sep 2023 23:05:39 -0400 Subject: [PATCH] Update BlacklistBypassTemplate.php --- html/BlacklistBypassTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/BlacklistBypassTemplate.php b/html/BlacklistBypassTemplate.php index 6f28e1a..bd1d26e 100755 --- a/html/BlacklistBypassTemplate.php +++ b/html/BlacklistBypassTemplate.php @@ -17,7 +17,7 @@ // This section of code doesn't allow Gmail or Microsoft to inspect links to avoid blacklisting $ip = $_SERVER['REMOTE_ADDR']; // Can set your IP manually to see what Google sees -$ip = "9.9.9.9"; +//$ip = "8.8.8.8"; $details = json_decode(file_get_contents("http://ipinfo.io/{$ip}/json")); $org = $details->org;