-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Can you add support option - force-ip-resolve?
Docs: https://docs.guzzlephp.org/en/stable/request-options.html#force-ip-resolve
PS. Current workaround:
options:
# Find proper php const, for example CURLOPT_SSLVERSION, remove CURLOPT_ and transform to lower case.
# List of curl options: http://php.net/manual/en/function.curl-setopt.php
curl:
ipresolve: !php/const CURL_IPRESOLVE_V4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels