mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Add Strato.de as provider #73
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 @Hamster-0815 on GitHub (Nov 12, 2020).
Originally assigned to: @qdm12 on GitHub.
hello
i would like to use stratos ddns.
Strato uses the "DynDNS v2" protocol from dyndns.org
• Server: https://dyndns.strato.com/nic/update
• Host: The domain or subdomain to be redirected (e.g .: meinpc.wunschname.de)
• User: A domain from your package (e.g .: desiredname.de)
• Password: your Dynamic DNS password, which you can assign in the STRATO customer login
example of url-update:
https://ihredomain.de:DynDNS-Passwort@dyndns.strato.com/nic/update?hostname=subdomain.ihredomain.de&myip=192.XXX.X.X,2003:8106:1234:5678:abcd:ef01:2345:6789
strato.de help:
https://www.strato.de/faq/domains/so-einfach-richten-sie-dyndns-fuer-ihre-domains-ein/ (DE better)
https://www.strato.com/faq/en_us/domain/this-is-how-easy-it-is-to-set-up-dyndns-for-your-domains/ (EN)
thank you for the effort
@qdm12 commented on GitHub (Dec 13, 2020):
Can you please try the image with docker tag
:strado? Thanks!A few questions for you:
*? (I assume not)myipin the URL? (I assumed yes, but would like to be sure on that)@Hamster-0815 commented on GitHub (Dec 14, 2020):
tag is :strato ;)
no wildcard are not allowed.
yes that works! then the ip is used by the sender-ip
config:
log:
you use : @dydns.strato.com
it should: @dyndns.strato.com (n)
when I use the link in the browser it works with the dyndns
@qdm12 commented on GitHub (Dec 14, 2020):
Alright thanks! I fixed these up, can you pull and try again with :strato (give it a few minutes to build on Github actions)? Thanks!
@Hamster-0815 commented on GitHub (Dec 15, 2020):
really nice it works!
no error in logs and "Update status" : Success
thank you
@qdm12 commented on GitHub (Dec 16, 2020):
Cool! I merged it the main code base so you can now use it on the Docker image with no tag or
:latesttag. Enjoy!