Files
DevOps/Networking/get external ip from the command line.md
2025-12-03 16:43:33 +01:00

121 B

Get the external IP address from the command line

wget -qO- https://api.ipify.org

or

curl https://api.ipify.org