Skip to content

Commit

Permalink
Update BlacklistBypassTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbraz authored Sep 9, 2023
1 parent f21af6b commit c1d2809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/BlacklistBypassTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c1d2809

Please sign in to comment.