Skip to content

Instantly share code, notes, and snippets.

View DynamicSTOP's full-sized avatar
🚀

Leonid Babikov DynamicSTOP

🚀
View GitHub Profile
@DynamicSTOP
DynamicSTOP / curl-ipv4.sh
Created April 14, 2018 09:27 — forked from ianhomer/curl-ipv4.sh
Force CURL to use ipv4
# curl smart enough for ipv6, so force ipv4
# on my mac I started to get localhost connect failure
#
# curl: (7) Failed to connect to localhost port 9031: Connection refused
echo '--ipv4' >> ~/.curlrc