ddns-scripts: add ApertoDNS DDNS provider#28160
Conversation
feckert
left a comment
There was a problem hiding this comment.
Please bump also the PKG_RELEASE in the Makefile.
|
@1r0n3d3v3l0per OT: Do you have any plans to support English in your website? It is a pity that it is only in Italiano. 😢 |
Thanks for your interest! 🙂 English support is planned and coming soon - it's on our roadmap. Regarding longevity: ApertoDNS is a serious project backed by real infrastructure. We're committed to providing a reliable free DDNS service for the long term. The OpenWRT integration is part of our effort to make it accessible to everyone. Stay tuned! |
|
Hi @feckert, Happy New Year! 🎉 Just a gentle ping. I've addressed your feedback by bumping PKG_RELEASE to 84. Thanks for your time! |
|
I think we need another PKG_RELEASE bump. I have a lot ddns-scripts PR pending at the moment. Sorry |
Hi @feckert, thanks for the review. I understand you need an additional PKG_RELEASE bump due to other pending ddns-scripts PRs in the queue. Could you please let me know which PKG_RELEASE number I should use to avoid conflicts with the other PRs? Thanks for your feedback and update feckert |
Add support for ApertoDNS dynamic DNS service with two configuration options: - apertodns.com: Standard DynDNS2 compatible authentication (user/pass) - apertodns.com-token: Token-based authentication for DDNS clients Both configurations support IPv4 and IPv6 updates via the standard /nic/update endpoint. Signed-off-by: Andrea Ferro <support@apertodns.com>
ba76592 to
04e5d6e
Compare
|
I forgot to mention that you need also add the new provider to the list file. |
Hi @feckert, Done, added apertodns.com to the provider list file. Thanks for reminding me. |
|
Thanks merged!! |
Add missing provider entry for apertodns.com-token. The service configuration (apertodns.com-token.json) was already merged in PR openwrt#28160, but the provider list entry was missing. Signed-off-by: Andrea Ferro <support@apertodns.com>
Add missing provider entry for apertodns.com-token. The service configuration (apertodns.com-token.json) was already merged in PR #28160, but the provider list entry was missing. Signed-off-by: Andrea Ferro <support@apertodns.com>
Add missing provider entry for apertodns.com-token. The service configuration (apertodns.com-token.json) was already merged in PR openwrt#28160, but the provider list entry was missing. Signed-off-by: Andrea Ferro <support@apertodns.com>
Add two DDNS service definitions for ApertoDNS (apertodns.com):
Both providers support IPv4 and IPv6 updates using the DynDNS2 protocol standard at api.apertodns.com/nic/update endpoint.
ApertoDNS is a free dynamic DNS service. More information at:
https://www.apertodns.com
Signed-off-by: Andrea Ferro support@apertodns.com