Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
curl_setopt($ch, CURLOPT_INTERFACE,'86.120.142.100');
正常に動作していましたが、ホスティング プロバイダーがルールを変更しました
IPクラス全体にバインドするにはどうすればよい86.128.142.0/24 ですか?
86.128.142.0/24
それは動作しません:curl_setopt($ch, CURLOPT_INTERFACE,'86.128.142.0/24');
curl_setopt($ch, CURLOPT_INTERFACE,'86.128.142.0/24');
ありがとう