mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Strato: banned #461
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RalfPeter on GitHub (Nov 16, 2024).
9a62043)Synology DS1621+ DSM 7.2.1-69057 Update 5. Here is my config.json (only part from beginning of file:
i get the following error message:
and the update is abused for 1h (because owner ist NOT the subdomain name!).
@qdm12 commented on GitHub (Nov 19, 2024):
owner name(hereowner) is for the subdomain part, and is also known ashost.From the DNS RFC:
So this is definitely not the cause of the ban.
What error do you get in your logs? How do you know you're banned? What other logs do you have???
@RalfPeter commented on GitHub (Nov 20, 2024):
Perhaps the docu ist wrong? The docu for strato says:
So please what is the right config for a subdomain for strato:
In the log i found the error that i mentioned: i was abused for 1h because of authentication because the subdomain part was extracted from "domain" and added as "owner" part as you can see here (from log):
2024-11-16T10:36:28Z INFO Updating record [domain: mydomain.eu | owner: files | provider: strato | ip: ipv6] to use XXXX:XXXX:XXXX:XXXX:XXX:XXXX:XXXX:XXXX@qdm12 commented on GitHub (Nov 20, 2024):
Just use
sub.domain.comin the domain field. There is no need to define the owner field anymore in recent releases. The owner field should not be documented anymore, since it's now deprecated. How is the documentation confusing?@RalfPeter commented on GitHub (Nov 20, 2024):
You see the error message that i got from strato?
My subdomain files.mydomain.eu leads to an error:
2024-11-16T10:36:28Z INFO Updating record [domain: mydomain.eu | owner: files | provider: strato | ip: ipv6] to use XXXX:XXXX:XXXX:XXXXIt seems that owner is extracted from subdomain.
In my config i wrote:
{ "provider": "strato", "domain": "files.mydomain.eu", "password": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "ip_version": "ipv6" },@qdm12 commented on GitHub (Nov 21, 2024):
How is this an error? This is an info log, there is no error. If you get banned by strato, you must get an error message logged in your logs.
Again, in
sub.domain.comthe domain name isdomain.comand the owner issub. Technically it's actuallysub.domain.com.(trailing dot added), where each part from start to end is:sub: owner name of the resource record (i.e. A record, AAAA record etc.)domain: domain namecom: top level domain.root