gpt4 book ai didi

PHP curl,特殊网络接口(interface)

转载 作者:行者123 更新时间:2023-12-05 02:19:00 24 4
gpt4 key购买 nike

我有一个带有两个网络接口(interface)的 (Webserver)Server。第一个是与公共(public)互联网连接的标准接口(interface),另一个是虚拟 VPN 网络接口(interface)。

现在我想通过 curl 在 VPN 网络中的其他 Web 服务上发送 POST 数据。

我怎么能说那里的 php 必须使用 VPN 网络接口(interface)调用地址?

最佳答案

documentation将 CURLOPT_INTERFACE 列为可配置选项。

CURLOPT_INTERFACE The name of the outgoing network interface to use. This can be an interface name, an IP address or a host name.

curl_setopt($ch, CURLOPT_INTERFACE, "XXX.XXX.XXX.XXX");

关于PHP curl,特殊网络接口(interface),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43771420/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com