Show HN: Echo your external IP address with 'curl echoip.xyz'(github.com)
github.com
Show HN: Echo your external IP address with 'curl echoip.xyz'
https://github.com/lucasburlingham/echoip.xyz
1 comments
Thanks, but there's so many such services out there already.
Which one do you use?
Valid question. I knew that someone had to have done it - a quick search shows ifconfig.me as being such a service, but wanted a simpler one that anyone can hack on.
echoip.xyz is written in pure PHP and can be self-hosted without any dependencies other than PHP, and is very transparent in what it does.
ipconfig.me also outputs "Moved Permanently. Redirecting to https://ifconfig.me/%" as of right now with the "curl ipconfig.me" command.
echoip.xyz is written in pure PHP and can be self-hosted without any dependencies other than PHP, and is very transparent in what it does.
ipconfig.me also outputs "Moved Permanently. Redirecting to https://ifconfig.me/%" as of right now with the "curl ipconfig.me" command.
Not OP but i use ipecho.net
alias extip='curl -s http://ipecho.net/plain && echo || echo "Huh! No Internet?"'
alias extip='curl -s http://ipecho.net/plain && echo || echo "Huh! No Internet?"'