Include IP in decimal format

Fixes #19
This commit is contained in:
Martin Polden
2016-07-06 23:44:33 +02:00
parent cfb86fe124
commit 6a9202851d
4 changed files with 44 additions and 11 deletions

View File

@ -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
}
```