Skip to content

Commit

Permalink
Updated IP check URL
Browse files Browse the repository at this point in the history
  • Loading branch information
beachmachine authored Feb 8, 2023
1 parent 4503cf2 commit 75e6682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mymodule.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function myfunction($event, $context)

$ipRemoteRequest = curl_init();
curl_setopt($ipRemoteRequest, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ipRemoteRequest, CURLOPT_URL, "https://ip.anexia.at");
curl_setopt($ipRemoteRequest, CURLOPT_URL, "https://ip.anexia.com");
curl_setopt($ipRemoteRequest, CURLOPT_HTTPHEADER, [
"user-agent: curl/7.68.0",
]);
Expand Down

0 comments on commit 75e6682

Please sign in to comment.