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
{{ message }}
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
The command curl ifconfig.co print this: 2a01:7e00::f03c:91ff:fe18:68ff
That is, the system works through ipv6. And it is necessary for me that worked through ipv4.
I need to execute: curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
How can i do this? Perhaps do this config in global php.ini?
The text was updated successfully, but these errors were encountered:
The command curl ifconfig.co print this:
2a01:7e00::f03c:91ff:fe18:68ff
That is, the system works through ipv6. And it is necessary for me that worked through ipv4.
I need to execute:
curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
How can i do this? Perhaps do this config in global php.ini?
The text was updated successfully, but these errors were encountered: