mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Previous IPs NOT in reverse chronological order #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @petanck on GitHub (May 25, 2024).
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.
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
@qdm12 commented on GitHub (Jun 14, 2024):
Indeed, thanks for reporting this! It was silly me who wrongly coded the reversion of IP order, my bad!