I didn't know about this, but you can check your public IP address from terminal with this command:
curl http://ifconfig.co
@nikolal
No.
You are just using curl there to access some external website, not checking your own ip.
Just use (unix/linux)
ifconfig -a
or
ip addr show
(linux only)
Fast, secure and up-to-date instance. PrivacyTools provides knowledge and tools to protect your privacy against global mass surveillance. Website: privacytools.io Matrix Chat: chat.privacytools.io Support us on OpenCollective, many contributions are tax deductible!
@nikolal
No.
You are just using curl there to access some external website, not checking your own ip.
Just use (unix/linux)
ifconfig -a
or
ip addr show
(linux only)