mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Merge pull request #330 from shigemk2/curl-ip
Get your global IP with curl
This commit is contained in:
commit
9224216581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user