From a015fd6b2e7dabbd298409956b1aaccc907518b5 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Thu, 5 Sep 2024 17:00:39 +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 b65255e..c9da739 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/user-attachments/assets/4c4ea170-94ef-42fc-b3b5-5db735789855) +![iphistory](https://github.com/user-attachments/assets/daca427a-91ff-4dd8-a72a-83cbb59db3b2) ## Running Locally