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