Feature request: DNS lookup before DNS API call #43

Closed
opened 2025-11-20 04:19:22 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @qdm12 on GitHub (May 31, 2020).

Originally assigned to: @qdm12 on GitHub.

  1. What's the feature?

For each record, run a DNS lookup to obtain the A and AAAA records values to verify if the IP address matches the one fetched. Only call the DNS API if it's different.

  1. Why do you need this feature?

To avoid calling the DNS API when the container starts, especially when there is no historical data for a particular record.

  1. Extra information?
Originally created by @qdm12 on GitHub (May 31, 2020). Originally assigned to: @qdm12 on GitHub. 1. What's the feature? For each record, run a DNS lookup to obtain the A and AAAA records values to verify if the IP address matches the one fetched. Only call the DNS API if it's different. 2. Why do you need this feature? To avoid calling the DNS API when the container starts, especially when there is no historical data for a particular record. 3. Extra information?
Author
Owner

@qdm12 commented on GitHub (May 31, 2020):

Fix by commit 18161a6064d7a5751c079ccd7ed9a8d2e4751f9f

@qdm12 commented on GitHub (May 31, 2020): Fix by commit `18161a6064d7a5751c079ccd7ed9a8d2e4751f9f`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#43