سلام بله.
برای CURL:
https://stackoverflow.com/questions/1301319/curl-ip-address
برای file_get_contents هم به این صورت
$ip = "142.132.152.245";
$opts = array(
'http' => array(
'method' => "GET",
'header' => "Accept-language: en\r\n" .
"Cookie: foo=bar\r\n" .
"User-Agent: Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.102011-10-16 20:23:10\r\n" .
"X-Forwarded-For: $ip"
)
);
$context = stream_context_create($opts);
$content = file_get_contents($url, false, $context);
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟