mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
Patch for ISO and Map display (#45)
This commit is contained in:
committed by
Martin Polden
parent
9f839c5f36
commit
c195bae4fb
@ -32,6 +32,9 @@ Country and city lookup:
|
||||
$ http ifconfig.co/country
|
||||
Elbonia
|
||||
|
||||
$ http ifconfig.co/country-iso
|
||||
EB
|
||||
|
||||
$ http ifconfig.co/city
|
||||
Bornyasherk
|
||||
```
|
||||
@ -43,6 +46,7 @@ $ http --json ifconfig.co
|
||||
{
|
||||
"city": "Bornyasherk",
|
||||
"country": "Elbonia",
|
||||
"country_iso": "EB",
|
||||
"ip": "127.0.0.1",
|
||||
"ip_decimal": 2130706433
|
||||
}
|
||||
|
Reference in New Issue
Block a user