You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for good tool!
How to use binance api with different IP on my server? (without proxy)
I have multiple IP from my ISP, attached to debian11 and know that curl can do this via the CURLOPT_INTERFACE directive.
But how to use it in the setOptions func?
The text was updated successfully, but these errors were encountered:
The way I use it is to set up a proxy server locally, and the proxy server can distribute your multiple IPs. PHP has completed the use of multiple IPs through CURLPROXY_SOCKS5.
Hi, thanks for good tool!
How to use binance api with different IP on my server? (without proxy)
I have multiple IP from my ISP, attached to debian11 and know that curl can do this via the CURLOPT_INTERFACE directive.
But how to use it in the setOptions func?
The text was updated successfully, but these errors were encountered: