From 715d0d8d2122178f104533e61272ad0583bf8f2a Mon Sep 17 00:00:00 2001 From: Krzysztof Cybulski Date: Tue, 19 Feb 2019 22:11:44 +0100 Subject: [PATCH 1/2] Add ifconfig.co --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2311a6c..3f91ea3 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other * `dig +short myip.opendns.com @resolver1.opendns.com` * `curl ident.me` (see http://api.ident.me/ for the full API reference) * `curl ipaddr.site` +* `curl ifconfig.co` ## IP-based geolocation * `curl ipinfo.io/8.8.8.8` or `curl ipinfo.io/8.8.8.8/loc` * `curl freegeoip.net/csv/8.8.8.8` or `freegeoip.net/xml/4.2.2.2` or `freegeoip.net/json/github.com` +* `curl ifconfig.co/country` or `curl ifconfig.co/city` or `ifconfig.co/country-iso` or `http ifconfig.co/json` ## Text Sharing (like pastebin) From 7dd145bb58856fbe99cd1b2ea79d1e93d86e247a Mon Sep 17 00:00:00 2001 From: Krzysztof Cybulski Date: Tue, 19 Feb 2019 22:15:08 +0100 Subject: [PATCH 2/2] Add missing curl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f91ea3..af71c77 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other * `curl ipinfo.io/8.8.8.8` or `curl ipinfo.io/8.8.8.8/loc` * `curl freegeoip.net/csv/8.8.8.8` or `freegeoip.net/xml/4.2.2.2` or `freegeoip.net/json/github.com` -* `curl ifconfig.co/country` or `curl ifconfig.co/city` or `ifconfig.co/country-iso` or `http ifconfig.co/json` +* `curl ifconfig.co/country` or `curl ifconfig.co/city` or `curl ifconfig.co/country-iso` or `http ifconfig.co/json` ## Text Sharing (like pastebin)