Description
TLDR:
Because of some nearly errors and user name password sending I changed
the way to update my IP to ddnss.de in a custom way.
So now I update my IP with API key. The update of IP works fine.
But anything I do/did I got this strange error and my container goes unhealthy.
-
Is this urgent: No
-
DNS provider(s) you use: ddnss.de
-
Program version: 2.9.0
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: If I start the container after a cleaning up my updates.json and
no IP was changed, everything works fine. Then, in the early morning, my IP is changing,
this error cums up and my container goes unhealthy but work is in progress.
Another problem is: I own 2 subdomains at ddnss.de, but at subdomain 1 (ddnss.eu) the owner
is the subdomain part [ xxx.ddnss.eu -> owner is xxx ]. At subdomain 2 (ddnss.de) the owner
is NOT the subdomain part, it is @ [ xxx.ddnss.de -> owner is @ ]. Why?
Logs:
2025-06-04T03:06:29+02:00 INFO reading JSON config from file /updater/data/config.json
2025-06-04T03:06:29+02:00 INFO Found 7 settings to update records
.
.
.
2025-06-04T03:06:29+02:00 INFO Reading history from database: domain ddnss.eu owner xxx ipv4
2025-06-04T03:06:29+02:00 INFO Reading history from database: domain xxx.ddnss.de owner @ ipv4
2025-06-04T03:06:29+02:00 INFO [healthcheck server] health http server listening on 127.0.0.1:9999
2025-06-04T03:06:29+02:00 INFO [http server] http server listening on [::]:8000
2025-06-04T03:06:29+02:00 INFO [backup] disabled
.
.
2025-06-04T05:11:29+02:00 INFO ipv4 address of xxx.ddnss.eu is 212.86.54.--- and your ipv4 address is 212.86.35.---
2025-06-04T05:11:34+02:00 INFO ipv4 address of xxx.ddnss.de is 212.86.54.--- and your ipv4 address is 212.86.35.---
.
2025-06-04T05:11:37+02:00 INFO Updating record [domain: ddnss.eu | owner: xxx | provider: custom | ip: ipv4] to use 212.86.35.---
2025-06-04T05:11:37+02:00 ERROR unknown response received: <head><meta name="robots" content="noindex"><title>DDNSS - Kostenloser DynDNS Service : Re-ProutDNS v5.01v</title></head><body><p><font face="Verdana" size="2"></font></p><p><font face="Verdana" size="2">Updated 1 hostname.</font></p></body>
2025-06-04T05:11:37+02:00 INFO Updating record [domain: xxx.ddnss.de | owner: @ | provider: custom | ip: ipv4] to use 212.86.35.---
2025-06-04T05:11:37+02:00 ERROR unknown response received: <head><meta name="robots" content="noindex"><title>DDNSS - Kostenloser DynDNS Service : Re-ProutDNS v5.01v</title></head><body><p><font face="Verdana" size="2"></font></p><p><font face="Verdana" size="2">Updated 1 hostname.</font></p></body>
Configuration file (remove your credentials!):
{
"settings":
[
{"provider": "custom",
"domain": "xxx.ddnss.eu",
"url": "https://ddnss.de/upd.php?key=xxx&host=xxx.ddnss.eu",
"ipv4key": "ipv4",
"ipv6key": "ipv6",
"success_regex": "good",
"ip_version": "ipv4",
"ipv6_suffix": ""
},
{"provider": "custom",
"domain": "xxx.ddnss.de",
"url": "https://ddnss.de/upd.php?key=xxx&host=xxx.ddnss.de",
"ipv4key": "ipv4",
"ipv6key": "ipv6",
"success_regex": "good",
"ip_version": "ipv4",
"ipv6_suffix": ""
}
]
}
Host OS: Proxmox 8.4.1 LXC Container Ubuntu 24.04.2 LTS (GNU/Linux 6.8.12-11-pve x86_64)