mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Get your global IP with curl
This commit is contained in:
parent
edd7b5e806
commit
5d3f89924c
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ curl http://ifconfig.me/all/json
|
||||||
|
|
||||||
# Limit the rate of a download
|
# Limit the rate of a download
|
||||||
curl --limit-rate 1000B -O http://path.to.the/file
|
curl --limit-rate 1000B -O http://path.to.the/file
|
||||||
|
|
||||||
|
# Get your global IP
|
||||||
|
curl httpbin.org/ip
|
||||||
|
|
Loading…
Reference in a new issue