From 5d3f89924c4f6ca29759c250f25ce81eb42446d3 Mon Sep 17 00:00:00 2001 From: shigemk2 Date: Mon, 15 May 2017 23:08:21 +0900 Subject: [PATCH] Get your global IP with curl --- cheat/cheatsheets/curl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheat/cheatsheets/curl b/cheat/cheatsheets/curl index deae389..52f53ea 100644 --- a/cheat/cheatsheets/curl +++ b/cheat/cheatsheets/curl @@ -33,3 +33,6 @@ curl http://ifconfig.me/all/json # Limit the rate of a download curl --limit-rate 1000B -O http://path.to.the/file + +# Get your global IP +curl httpbin.org/ip