From c420d3835b9ce19ee313c3daff91fbabdf840a4d Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sat, 1 Jun 2024 23:35:32 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0a035e7..c822674 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ The IPHistory project is a simple yet effective solution for tracking and logging the public IP address of your network. It periodically fetches the public IP address and logs it to a file, while also providing a web interface to view the IP history in a clean UI and an endpoint (`/history`) for JSON format. -![iphistory](https://github.com/skidoodle/iphistory/assets/53189968/e1aa0aa6-832e-4854-96de-2afe25ec91e2) +![iphistory](https://github.com/skidoodle/iphistory/assets/53189968/ca1b41fd-8295-4455-9b89-3f1b3c2b030e) ## Running Locally