Jest w cURL funkcja, która ustawiałaby ip tak samo jak referer ustawia CURLOPT_REFERER?
Ociu
28.07.2008, 09:21:24
CURLOPT_INTERFACE ?
dark_root
28.07.2008, 09:28:04
Zrobiłem cos takiego, ale nie ukrywa ip. Czemu jest to źle?
Kod
curl_setopt($e, CURLOPT_INTERFACE,'123.123.12');
nowotny
28.07.2008, 09:38:50
Bo nie ma takiej funkcji/opcji... jak byś podał fałszywy IP to skąd serwer miałby wiedzieć dokąd wysłać odpowiedź...?
Ociu
28.07.2008, 09:56:51
Dwa cytaty:
Cytat
CURLOPT_INTERFACE The name of the outgoing network interface to use. This can be an interface name, an IP address or a host name.
Cytat
Please note that the CURLOPT_INTERFACE setting only accepts IP addresses and hostnames of the local machine. It is not meant to send a URL to a specific IP address.