From 49c35990c7db9252697c4f1ceb9be82a7aeb5aec Mon Sep 17 00:00:00 2001 From: theo Date: Fri, 8 Jun 2018 13:35:48 +0300 Subject: [PATCH] Find my Public IP --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72bf859..cb62123 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ * Set tab to 4 spaces: `set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab` +## Shell + +* Find my public IP: `dig +short myip.opendns.com @resolver1.opendns.com` + References ------