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

8 lines
121 B
Markdown

# Get the external IP address from the command line
`wget -qO- https://api.ipify.org`
or
`curl https://api.ipify.org`