mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-29 03:15:06 +01:00
Update readme
This commit is contained in:
parent
459032d089
commit
2ebb04f04b
@ -9,10 +9,11 @@ Basic usage
|
|||||||
# The usual suspects
|
# The usual suspects
|
||||||
$ curl ifconfig.co
|
$ curl ifconfig.co
|
||||||
127.0.0.1
|
127.0.0.1
|
||||||
$ wget -O - ifconfig.co
|
$ wget -q -O - ifconfig.co
|
||||||
127.0.0.1
|
127.0.0.1
|
||||||
|
|
||||||
# BSD fetch
|
# BSD fetch
|
||||||
$ fetch -o - ifconfig.co
|
$ fetch -q -o - ifconfig.co
|
||||||
127.0.0.1
|
127.0.0.1
|
||||||
|
|
||||||
Pass the appropriate flag (usually -4 and -6) to your tool to switch between
|
Pass the appropriate flag (usually -4 and -6) to your tool to switch between
|
||||||
|
Loading…
x
Reference in New Issue
Block a user