awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
491 stars 166 forks source link

Feature: ddclient Config #39

Closed spannella closed 1 year ago

spannella commented 3 years ago

It would be really nice to be able to support ddclient, so far I was not able to use your solution and had opted to make my own API Gateway / Lambda solution to mimic dyndns2 (https://help.dyn.com/remote-access-api/perform-update/) protocol so my retail router (EdgeRouter 4) could easily support my custom API just changing the server parameter of ddclient. But if this solution had a working ddclient config I think your solution would probably be better.

https://ddclient.net/protocols.html

masberta commented 1 year ago

Hello, thanks for your interest and feedback. We now removed dependency on API Gateway leveraging Lambda function URLs. Is unlikely this solution will support dyndns2 but it may be useful for you to revisit your implementation to remove API Gateway requirement.