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:
authorVincent Batts <vbatts@hashbangbash.com>2020-07-09 22:35:26 +0300
committerGitHub <noreply@github.com>2020-07-09 22:35:26 +0300
commitedbb0b64337101cf8b282d4b80edca37554f0509 (patch)
tree1842bf46bcfe59e94b1cb0415893c85f9d840089 /README.md
parent5377bffa96e1e392df965523cd4bfe60f594ccc7 (diff)
Support getting information about another IP (#94)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9fb2b54..e38fd7e 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ between IPv4 and IPv6 lookup.
* JSON output
* ASN, country and city lookup using the MaxMind GeoIP database
* Port testing
+* All endpoints (except `/port`) can return information about a custom IP address specified via `?ip=` query parameter
* Open source under the [BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause)
## Why?