8 lines
121 B
Markdown
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`
|