Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2016-07-07 00:44:33 +0300
committerMartin Polden <martin.polden@gmail.com>2016-07-07 00:47:11 +0300
commit6a9202851d0df6b47a4eedfa9566fcf6a3b473cb (patch)
tree2cb6f316d77d701464cde28ed6324eb1b3014c35 /README.md
parentcfb86fe12480007828bf23edc0aed2ea850881d6 (diff)
Include IP in decimal format
Fixes #19
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5958027..3cffea3 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,8 @@ $ http --json ifconfig.co
{
"city": "Bornyasherk",
"country": "Elbonia",
- "ip": "127.0.0.1"
+ "ip": "127.0.0.1",
+ "ip_decimal": 2130706433
}
```