Skip to content

Commit d472a90

Browse files
committed
Add Check Your Public IP Address as an Internet TIL
1 parent 94afc72 commit d472a90

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
1010

1111
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
1212

13-
_1343 TILs and counting..._
13+
_1344 TILs and counting..._
1414

1515
---
1616

@@ -389,6 +389,7 @@ _1343 TILs and counting..._
389389
### Internet
390390

391391
- [Add Emoji To GitHub Repository Description](internet/add-emoji-to-github-repository-description.md)
392+
- [Check Your Public IP Address](internet/check-your-public-ip-address.md)
392393
- [Enable Keyboard Shortcuts In Gmail](internet/enable-keyboard-shortcuts-in-gmail.md)
393394
- [Exclude Whitespace Changes From GitHub Diffs](internet/exclude-whitespace-changes-from-github-diffs.md)
394395
- [Figure Out Your Public IP Address](internet/figure-out-your-public-ip-address.md)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Check Your Public IP Address
2+
3+
If you visit [https://checkip.amazonaws.com/](https://checkip.amazonaws.com/),
4+
a plain text page will render that displays your current public IP address.
5+
6+
Alternatively, you can `cURL` this endpoint from the command line:
7+
8+
```bash
9+
$ curl https://checkip.amazonaws.com/
10+
```
11+
12+
Either way, you'll get your IP address. Do with that what you will.

0 commit comments

Comments
 (0)