mirror of
https://github.com/mpolden/echoip.git
synced 2025-02-15 11:38:59 +01:00
Update readme
This commit is contained in:
parent
28cba59a6e
commit
65734e53bb
14
README.md
14
README.md
@ -6,13 +6,17 @@ http://ifconfig.co
|
|||||||
|
|
||||||
Basic usage
|
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 -O - ifconfig.co
|
||||||
127.0.0.1
|
127.0.0.1
|
||||||
# BSD fetch
|
|
||||||
$ fetch -o - ifconfig.co
|
BSD fetch
|
||||||
|
---------
|
||||||
|
$ 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
|
||||||
@ -26,6 +30,10 @@ Features
|
|||||||
* Fast
|
* Fast
|
||||||
* Supports typical CLI tools (curl, wget and fetch)
|
* Supports typical CLI tools (curl, wget and fetch)
|
||||||
|
|
||||||
|
Dependencies (optional)
|
||||||
|
=======================
|
||||||
|
* Daemonize script depends on https://github.com/bmc/daemonize
|
||||||
|
|
||||||
Why?
|
Why?
|
||||||
====
|
====
|
||||||
* To scratch an itch
|
* To scratch an itch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user