You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR: New A wildcard entry on ionos instead of updating existing one
Is this urgent: No
DNS provider(s) you use: Ionos
Program version:
Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061)
What are you using to run the container: docker-compose
Extra information (optional)
Logs:
2025-02-04T18:12:02Z INFO ipv4 address of domain.com is ***.***.***.103 and your ipv4 address is ***.***.***.211
2025-02-04T18:12:02Z INFO ipv4 address of www.domain.com is ***.***.***.103 and your ipv4 address is ***.***.***.211
2025-02-04T18:12:02Z INFO ipv4 address of any.domain.com is ***.***.***.103 and your ipv4 address is ***.***.***.211
2025-02-04T18:12:02Z INFO Updating record [domain: domain.com | owner: @ | provider: ionos | ip: ipv4] to use ***.***.***.211
2025-02-04T18:12:05Z INFO Updating record [domain: domain.com | owner: www | provider: ionos | ip: ipv4] to use ***.***.***.211
2025-02-04T18:12:05Z INFO Updating record [domain: domain.com | owner: * | provider: ionos | ip: ipv4] to use ***.***.***.211
2025-02-04T18:22:04Z INFO ipv4 address of any.domain.com is ***.***.***.103 and your ipv4 address is ***.***.***.211
2025-02-04T18:22:04Z INFO Updating record [domain: domain.com | owner: * | provider: ionos | ip: ipv4] to use ***.***.***.211
2025-02-04T18:32:02Z INFO ipv4 address of any.domain.com is ***.***.***.103 and your ipv4 address is ***.***.***.211
2025-02-04T18:32:02Z INFO Updating record [domain: domain.com | owner: * | provider: ionos | ip: ipv4] to use ***.***.***.211
2025-02-04T18:42:03Z INFO ipv4 address of any.domain.com is ***.***.***.103 and your ipv4 address is ***.***.***.211
2025-02-04T18:42:03Z INFO Updating record [domain: domain.com | owner: * | provider: ionos | ip: ipv4] to use ***.***.***.211
2025-02-05T15:57:08Z ERROR obtaining ipv4 address: after 3 tries, errors were: dial tcp4 208.67.222.222:853: i/o timeout, Get "https://api.ipify.org": dial tcp: lookup api.ipify.org on 127.0.0.11:53: server misbehaving, dial tcp4 1.1.1.1:853: i/o timeout
I recently ran into the same problem and did some debugging on the API Test-Page of IONOS.
DDNS-Updates first does a GET https://api.hosting.ionos.com/dns/v1/zones to get the ID of the specific domain
I tried this request on the Test-Page and didn't get any answer. So DDNS-Updates thinks it need to put a new entry and does this as intended.
I then tried the same get request with record_Name=*.mydomain.de and got back the IDs of both set IP-Adresses.
I'm not into GO, so I could not find out where to find the code to change the text, but I'm sure somebody else (especially qdm12) can fix it easily.
I did a workaround until this is fixed by adding my needed subdomains in the "host": config line. e.g. "host:": "@,www,nextcloud,*" .
TLDR: New A wildcard entry on ionos instead of updating existing one
Is this urgent: No
DNS provider(s) you use: Ionos
Program version:
Running version latest built on 2024-12-24T09:20:36.130Z (commit 78f3061)
What are you using to run the container: docker-compose
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS:
docker-compose on openmediavault 7 (Sandworm)
The text was updated successfully, but these errors were encountered: