Merge pull request #330 from shigemk2/curl-ip

Get your global IP with curl
This commit is contained in:
Chris Allen Lane 2017-09-04 19:45:15 -04:00 committed by GitHub
commit 9224216581
1 changed files with 3 additions and 0 deletions

View File

@ -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