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;