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');
谢谢