sTywin / dyndns53

Implementation of dyndns2 dynamic DNS protocol for AWS Lambda, API Gateway, and Route 53
MIT License
66 stars 25 forks source link

Add support for AAAA records #3

Open sTywin opened 8 years ago

sTywin commented 8 years ago

There's no reason the same approach can't work equally well for AAAA records. It should be straightforward to check whether the incoming IP address is A or AAAA, look for the associated record, and set it.