mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
13 lines
375 B
Markdown
13 lines
375 B
Markdown
# Check Your Public IP Address
|
|
|
|
If you visit [https://checkip.amazonaws.com/](https://checkip.amazonaws.com/),
|
|
a plain text page will render that displays your current public IP address.
|
|
|
|
Alternatively, you can `cURL` this endpoint from the command line:
|
|
|
|
```bash
|
|
$ curl https://checkip.amazonaws.com/
|
|
```
|
|
|
|
Either way, you'll get your IP address. Do with that what you will.
|