qdm12 / ddns-updater

Container to update DNS records periodically with WebUI for many DNS providers
https://hub.docker.com/r/qmcgaw/ddns-updater/
MIT License
1.7k stars 162 forks source link

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

Closed sakibstark11 closed 1 week ago

sakibstark11 commented 2 weeks ago

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

qdm12 commented 2 weeks ago

Why if I may ask?

sakibstark11 commented 1 week ago

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

sakibstark11 commented 1 week ago

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