Using 1 provider "Cloudflare". When ran, it registers as provider "Dreamhost" and doesnt upgrade the record on cloudflare #47

Closed
opened 2025-11-20 04:19:23 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @msrlrocket on GitHub (Jun 1, 2020).

Originally assigned to: @qdm12 on GitHub.

I still dont think that it is still updating records and is registering as Dreamhost.

  1. Is this urgent?

    • Yes
    • No
  2. What DNS service provider(s) are you using?

    • Cloudflare
    • DDNSS.de
    • DNSPod
    • Dreamhost
    • DuckDNS
    • GoDaddy
    • Google
    • Infomaniak
    • Namecheap
    • NoIP
  3. What are you using to run the container?

    • Docker run
    • Docker Compose
    • Kubernetes
    • Docker stack
    • Docker swarm
    • Podman
    • Other:
  4. Extra information

Logs:

ddns    | 2020-06-01T20:52:37.072Z	INFO	Reading history from database: domain URL host @
ddns    | 2020-06-01T20:52:37.072Z	INFO	Reading history from database: domain URL host filebot
ddns    | 2020-06-01T20:52:37.072Z	INFO	Reading history from database: domain URL host files
ddns    | 2020-06-01T20:52:37.072Z	INFO	Reading history from database: domain URL host nginx
ddns    | 2020-06-01T20:52:37.072Z	INFO	Reading history from database: domain URL host portainer
ddns    | 2020-06-01T20:52:37.072Z	INFO	Reading history from database: domain URL host rss
ddns    | 2020-06-01T20:52:37.073Z	INFO	Reading history from database: domain URL host shlink
ddns    | 2020-06-01T20:52:37.073Z	INFO	Reading history from database: domain URL host shlink-server
ddns    | 2020-06-01T20:52:37.073Z	INFO	Reading history from database: domain URL host sonarr
ddns    | 2020-06-01T20:52:37.073Z	INFO	Web UI listening at address 0.0.0.0:8000 with root URL ""
ddns    | 2020-06-01T20:52:37.073Z	INFO	backup: disabled
ddns    | 2020-06-01T20:52:37.305Z	INFO	IP address changed from 172.67.190.152 to  
ddns    | 2020-06-01T20:52:37.350Z	INFO	IP address changed from 104.27.158.141 to  
ddns    | 2020-06-01T20:52:37.392Z	INFO	IP address changed from 172.67.190.152 to  
ddns    | 2020-06-01T20:52:37.431Z	INFO	IP address changed from 104.27.159.141 to  
ddns    | 2020-06-01T20:52:37.472Z	INFO	IP address changed from 172.67.190.152 to  
ddns    | 2020-06-01T20:52:37.511Z	INFO	IP address changed from 104.27.158.141 to  
ddns    | 2020-06-01T20:52:37.552Z	INFO	IP address changed from 172.67.190.152 to  
ddns    | 2020-06-01T20:52:37.590Z	INFO	IP address changed from 104.27.159.141 to  
ddns    | 2020-06-01T20:52:37.631Z	INFO	IP address changed from 104.27.158.141 to  
ddns    | 2020-06-01T20:52:37.631Z	INFO	Updating record [domain: URL | host: @ | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:37.631Z	INFO	Updating record [domain: URL | host: nginx | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:37.631Z	INFO	Updating record [domain: URL | host: shlink-server | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:37.852Z	ERROR	error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; 
ddns    | 2020-06-01T20:52:37.852Z	INFO	Updating record [domain: URL | host: rss | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:37.852Z	INFO	Updating record [domain: URL | host: shlink | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:37.852Z	INFO	Updating record [domain: URL | host: sonarr | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:38.002Z	ERROR	error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; 
ddns    | 2020-06-01T20:52:38.002Z	INFO	Updating record [domain: URL | host: filebot | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:38.002Z	INFO	Updating record [domain: URL | host: files | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:38.002Z	INFO	Updating record [domain: URL | host: portainer | provider: dreamhost | ip: ipv4 or ipv6]
ddns    | 2020-06-01T20:52:38.148Z	ERROR	error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; 


Configuration file (remove your credentials!):

   "settings":[
      {
         "provider":"cloudflare",
         "zone_identifier":"ZONE",
         "identifier":"IDENTIFIER",
         "domain":"URL;.com",
         "host":"@,filebot,files,nginx,portainer,rss,shlink,shlink-server,sonarr",
         "ttl":1,
         "proxied":true,
         "email":"EMAIL",
         "key":"KEY",
         "no_dns_lookup":false
      }
   ]
}

Host OS: Ubuntu 20.04

Originally created by @msrlrocket on GitHub (Jun 1, 2020). Originally assigned to: @qdm12 on GitHub. I still dont think that it is still updating records and is registering as Dreamhost. 1. Is this urgent? - [ ] Yes - [x] No 2. What DNS service provider(s) are you using? - [x] Cloudflare - [ ] DDNSS.de - [ ] DNSPod - [ ] Dreamhost - [ ] DuckDNS - [ ] GoDaddy - [ ] Google - [ ] Infomaniak - [ ] Namecheap - [ ] NoIP 4. What are you using to run the container? - [ ] Docker run - [x] Docker Compose - [ ] Kubernetes - [ ] Docker stack - [ ] Docker swarm - [ ] Podman - [ ] Other: 5. Extra information Logs: ```ddns | 2020-06-01T20:52:36.520Z INFO Found 9 settings to update records ddns | 2020-06-01T20:52:37.072Z INFO Reading history from database: domain URL host @ ddns | 2020-06-01T20:52:37.072Z INFO Reading history from database: domain URL host filebot ddns | 2020-06-01T20:52:37.072Z INFO Reading history from database: domain URL host files ddns | 2020-06-01T20:52:37.072Z INFO Reading history from database: domain URL host nginx ddns | 2020-06-01T20:52:37.072Z INFO Reading history from database: domain URL host portainer ddns | 2020-06-01T20:52:37.072Z INFO Reading history from database: domain URL host rss ddns | 2020-06-01T20:52:37.073Z INFO Reading history from database: domain URL host shlink ddns | 2020-06-01T20:52:37.073Z INFO Reading history from database: domain URL host shlink-server ddns | 2020-06-01T20:52:37.073Z INFO Reading history from database: domain URL host sonarr ddns | 2020-06-01T20:52:37.073Z INFO Web UI listening at address 0.0.0.0:8000 with root URL "" ddns | 2020-06-01T20:52:37.073Z INFO backup: disabled ddns | 2020-06-01T20:52:37.305Z INFO IP address changed from 172.67.190.152 to ddns | 2020-06-01T20:52:37.350Z INFO IP address changed from 104.27.158.141 to ddns | 2020-06-01T20:52:37.392Z INFO IP address changed from 172.67.190.152 to ddns | 2020-06-01T20:52:37.431Z INFO IP address changed from 104.27.159.141 to ddns | 2020-06-01T20:52:37.472Z INFO IP address changed from 172.67.190.152 to ddns | 2020-06-01T20:52:37.511Z INFO IP address changed from 104.27.158.141 to ddns | 2020-06-01T20:52:37.552Z INFO IP address changed from 172.67.190.152 to ddns | 2020-06-01T20:52:37.590Z INFO IP address changed from 104.27.159.141 to ddns | 2020-06-01T20:52:37.631Z INFO IP address changed from 104.27.158.141 to ddns | 2020-06-01T20:52:37.631Z INFO Updating record [domain: URL | host: @ | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:37.631Z INFO Updating record [domain: URL | host: nginx | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:37.631Z INFO Updating record [domain: URL | host: shlink-server | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:37.852Z ERROR error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; ddns | 2020-06-01T20:52:37.852Z INFO Updating record [domain: URL | host: rss | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:37.852Z INFO Updating record [domain: URL | host: shlink | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:37.852Z INFO Updating record [domain: URL | host: sonarr | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:38.002Z ERROR error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; ddns | 2020-06-01T20:52:38.002Z INFO Updating record [domain: URL | host: filebot | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:38.002Z INFO Updating record [domain: URL | host: files | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:38.002Z INFO Updating record [domain: URL | host: portainer | provider: dreamhost | ip: ipv4 or ipv6] ddns | 2020-06-01T20:52:38.148Z ERROR error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; ``` Configuration file (**remove your credentials!**): ```{ "settings":[ { "provider":"cloudflare", "zone_identifier":"ZONE", "identifier":"IDENTIFIER", "domain":"URL;.com", "host":"@,filebot,files,nginx,portainer,rss,shlink,shlink-server,sonarr", "ttl":1, "proxied":true, "email":"EMAIL", "key":"KEY", "no_dns_lookup":false } ] } ``` Host OS: Ubuntu 20.04
Author
Owner

@msrlrocket commented on GitHub (Jun 1, 2020):

The IP's it tries changing end in this error. Failure (error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; ), 13s ago

@msrlrocket commented on GitHub (Jun 1, 2020): The IP's it tries changing end in this error. Failure (error 9006: Content for AAAA record is invalid. Must be a valid IPv6 address; ), 13s ago
Author
Owner

@msrlrocket commented on GitHub (Jun 1, 2020):

No problem, Thank you. Do you happen to know what the failures might be from?

@msrlrocket commented on GitHub (Jun 1, 2020): No problem, Thank you. Do you happen to know what the failures might be from?
Author
Owner

@qdm12 commented on GitHub (Jun 1, 2020):

Sorry for the bugs 😢 I made a rather big refactoring recently. I pushed a commit that might fix that. Please wait for the build to finish (see Github actions of the repository).

EDIT: here

@qdm12 commented on GitHub (Jun 1, 2020): Sorry for the bugs :cry: I made a rather big refactoring recently. I pushed a commit that might fix that. Please wait for the build to finish (see Github actions of the repository). EDIT: [here](https://github.com/qdm12/ddns-updater/runs/728783545?check_suite_focus=true)
Author
Owner

@qdm12 commented on GitHub (Jun 1, 2020):

No problem, Thank you. Do you happen to know what the failures might be from?

Wrong variable 😄 single line code change

@qdm12 commented on GitHub (Jun 1, 2020): > No problem, Thank you. Do you happen to know what the failures might be from? Wrong variable :smile: [single line code change](https://github.com/qdm12/ddns-updater/commit/9ccdbbd2d3c6bed0ac582457b7e767378f620ec0)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#47