qdm12 / ddns-updater

Container to update DNS records periodically with WebUI for many DNS providers

Home Page:https://hub.docker.com/r/qmcgaw/ddns-updater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Previous IPs NOT in reverse chronological order

petanck opened this issue · comments

The list of previous IP addresses starts with the oldest, then the next oldest...whereas the expectation is that it is in reverse chronological order so that you can see the previous IP address (before the last change) and the one before that.

  1. Is this urgent: No
  2. DNS provider(s) you use: Cloudflare
  3. Program version: v2.6.0 (docker)
  4. What are you using to run the container: docker-compose
  5. Extra information (optional)
    Screenshot 2024-05-25 132701

Here's a redacted copy of my updates.json showing that the previous IP address showing in the webpage are the oldest (from August 2023) not the newest:

updates.json

Indeed, thanks for reporting this! It was silly me who wrongly coded the reversion of IP order, my bad!