![]() |
|
How can I use CURL IP.CC to check my public IP from the command line? or Is CURL IP.CC the easiest wa - Printable Version +- Proxy Community (https://proxycommunity.com/forum) +-- Forum: Technical Community Support (https://proxycommunity.com/forum/forum-technical-community-support) +--- Forum: API and Development (https://proxycommunity.com/forum/forum-api-and-development) +--- Thread: How can I use CURL IP.CC to check my public IP from the command line? or Is CURL IP.CC the easiest wa (/thread-how-can-i-use-curl-ip-cc-to-check-my-public-ip-from-the-command-line-or-is-curl-ip-cc-the-easiest-wa) |
“” - ProX_404 - 01-04-2025 CURL IP.CC not working? Might be DNS. Try `curl --resolve ip.cc:80:1.1.1.1 ip.cc`. Or just `curl ifconfig.me`—it’s foolproof. For fun, `curl lol.uberspace.de/ip` works too (yes, really). “” - stealthHawk77 - 01-04-2025 `curl ip.cc` is the classic, but `curl myexternalip.com/raw` is just as fast. If you’re scripting, `curl -s icanhazip.com` is clean and predictable. Side note: `telnet ifconfig.me 80` if you’re feeling retro lol. |