feerdispzoo
Verified User
- Joined
- Jan 17, 2022
- Messages
- 189
Hello,
I've only IPv4 address and everytime I get API CURL ERROR timeout (28)
I see this issue because I need disable IPv6.
I disable IPv6 in:
an alternative method is to configure GRUB to pass kernel parameters at boot time. You’ll have to edit /etc/default/grub
now ip a I not see IPv6
but still I see in php.info
How can I disable it from php config? (because still I have CURL Api error)
Also I see in CURL
How to also disable this from here?
I've only IPv4 address and everytime I get API CURL ERROR timeout (28)
I see this issue because I need disable IPv6.
I disable IPv6 in:
an alternative method is to configure GRUB to pass kernel parameters at boot time. You’ll have to edit /etc/default/grub
now ip a I not see IPv6
but still I see in php.info
IPv6 Support | enabled |
How can I disable it from php config? (because still I have CURL Api error)
Also I see in CURL
IPv6 | Yes |
How to also disable this from here?