From 9d14bb7df5b1b0493bc7f283a84e700d2ec2fbdd Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 25 Jan 2025 22:41:04 +0000 Subject: [PATCH] Updated example request in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1fe5b9..2e4d79a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ After setting up Docker and Apache: The EchoIP service will be accessible through Apache on the domain you configured. You can query geolocation data by making requests to the configured server. -For example, a request to http://FULLY.QUALIFIED.DOMAIN.NAME/ip/8.8.8.8 will return geolocation information for the IP address 8.8.8.8. +For example, a request to http://FULLY.QUALIFIED.DOMAIN.NAME/?ip=8.8.8.8 will return geolocation information for the IP address 8.8.8.8. File Structure: