Help: How do I config so that I can update record sets using record id instead of domain name #448

Closed
opened 2025-11-20 04:24:09 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @sakibstark11 on GitHub (Oct 2, 2024).

TLDR: instead of using domain names, I want to use record id to update my failover config.

  1. Is this urgent: No
  2. DNS provider(s) you use: N/A
  3. Program version: v2
  4. What are you using to run the container: docker-compose
  5. Extra information: N/A

Configuration file (remove your credentials!):

{
    "settings": [
        {
            "provider": "route53",
            "domain": "EXAMPLE.org",
            "ip_version": "ipv4",
            "zone_id": "ID",
            "ttl": 300
        },
        {
            "provider": "route53",
            "domain": "*.EXAMPLE.org",
            "ip_version": "ipv4",
            "zone_id": "ID",
            "ttl": 300
        },
        {
            "provider": "route53",
            "domain": "www.EXAMPLE.org",
            "ip_version": "ipv4",
            "zone_id": "ID",
            "ttl": 300
        }
    ]
}

Host OS: Debian

Originally created by @sakibstark11 on GitHub (Oct 2, 2024). **TLDR**: *instead of using domain names, I want to use record id to update my failover config.* 1. Is this urgent: No 2. DNS provider(s) you use: N/A 3. Program version: v2 4. What are you using to run the container: docker-compose 5. Extra information: N/A Configuration file (**remove your credentials!**): ```json { "settings": [ { "provider": "route53", "domain": "EXAMPLE.org", "ip_version": "ipv4", "zone_id": "ID", "ttl": 300 }, { "provider": "route53", "domain": "*.EXAMPLE.org", "ip_version": "ipv4", "zone_id": "ID", "ttl": 300 }, { "provider": "route53", "domain": "www.EXAMPLE.org", "ip_version": "ipv4", "zone_id": "ID", "ttl": 300 } ] } ``` Host OS: Debian
Author
Owner

@qdm12 commented on GitHub (Oct 2, 2024):

Why if I may ask?

@qdm12 commented on GitHub (Oct 2, 2024): Why if I may ask?
Author
Owner

@sakibstark11 commented on GitHub (Oct 3, 2024):

I want to configure failover on r53. The updaters are located on two different networks.

@sakibstark11 commented on GitHub (Oct 3, 2024): I want to configure failover on r53. The updaters are located on two different networks.
Author
Owner

@sakibstark11 commented on GitHub (Oct 3, 2024):

I was able to achieve this by having the individual nodes update a subdomain which then gets used by the root domain as a failover

@sakibstark11 commented on GitHub (Oct 3, 2024): I was able to achieve this by having the individual nodes update a subdomain which then gets used by the root domain as a failover
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#448