awslabs / route53-dynamic-dns-with-lambda

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

Various improvements #16

Closed agherzan closed 6 years ago

agherzan commented 6 years ago

Friendly ping on this.

seangreathouse commented 6 years ago

Hey Andrei, I fixed a few things in the bash client and merged. Thanks for all the work. The internal IP fails when it tries to compare the hashes since the hash is generated with the public IP on the API end. I had already written code to 'fix' this so will work to merge that. Basically the client builds the hash with the public IP but sends the private IP to DNS. This lowers the security of the system, so I may put in an API end flag to enable/disable. If you had thoughts on this, I would be interested to hear them. Also working to push the new CloudFormation built version out, so stay tuned.

seangreathouse commented 6 years ago

And check put my new project: https://github.com/aws-samples/aws-codebuild-custom-raspbian-builder It looks like you work in that space so it may be of interest.