File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
1010
1111For 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 )
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments