mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Feature request: "Watch only" or "pseudo" DNS updater #498
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 @kankaristo on GitHub (Feb 20, 2025).
Add a "watch only" or "pseudo" DNS updater, which would only do DNS requests and watch for IP changes, but not actually update the DNS records.
I have a few different computers that use dynamic DNS. Only my "main" server runs DDNS Updater, the others only use simple cron jobs (
curlon the update URL on FreeDNS periodically).DDNS Updater is really nice, but I don't want to run it on all of those computers (I don't need the web UI on the other hosts, the cron jobs work well enough). But it would be really nice to have a "central place" where I could see the IP addresses, last update times, etc.
So, it would be nice to have a "pseudo" DNS updater, which would do only do DNS queries but no actual DNS updates. So, the web UI would list the domain, IP, last update time and previous IPs, but there would be no DNS updates (the IP is meant to point to a different IP than the current one).
I tried searching for a feature request but didn't find anything. Maybe this is outside of the scope of the project, but I thought I would ask anyway.