bpbp-boop / route53d

Automatically exported from code.google.com/p/route53d
0 stars 0 forks source link

Deletion by nsupdate relies on a kludge to specify the RRSet TTL #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Route 53 require the RRSet TTL to be specified in a Change API request but the 
dynamic update protocol means the TTL arrives from the client set to zero. At 
the moment an override TTL is set in the route53d config file.

Need to query the Route 53 API, or do a DNS query, to learn the true TTL and 
remove the config kludge.

Original issue reported on code.google.com by james.ra...@gmail.com on 3 Mar 2012 at 4:42