1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00
Files
til/internet/check-your-public-ip-address.md
2023-10-20 11:47:18 -05:00

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.