1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add Check Your Public IP Address as an Internet TIL

This commit is contained in:
jbranchaud
2023-10-20 11:47:18 -05:00
parent 94afc729f9
commit d472a900c7
2 changed files with 14 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186). For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
_1343 TILs and counting..._ _1344 TILs and counting..._
--- ---
@@ -389,6 +389,7 @@ _1343 TILs and counting..._
### Internet ### Internet
- [Add Emoji To GitHub Repository Description](internet/add-emoji-to-github-repository-description.md) - [Add Emoji To GitHub Repository Description](internet/add-emoji-to-github-repository-description.md)
- [Check Your Public IP Address](internet/check-your-public-ip-address.md)
- [Enable Keyboard Shortcuts In Gmail](internet/enable-keyboard-shortcuts-in-gmail.md) - [Enable Keyboard Shortcuts In Gmail](internet/enable-keyboard-shortcuts-in-gmail.md)
- [Exclude Whitespace Changes From GitHub Diffs](internet/exclude-whitespace-changes-from-github-diffs.md) - [Exclude Whitespace Changes From GitHub Diffs](internet/exclude-whitespace-changes-from-github-diffs.md)
- [Figure Out Your Public IP Address](internet/figure-out-your-public-ip-address.md) - [Figure Out Your Public IP Address](internet/figure-out-your-public-ip-address.md)

View File

@@ -0,0 +1,12 @@
# 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.