mydnshost / mydnshost-api

API Backend for mydnshost
Other
2 stars 1 forks source link

Cross-Domain RRCLONE records don't update if target record changes. #109

Closed ShaneMcC closed 4 years ago

ShaneMcC commented 4 years ago

Cross-Domain RRCLONE records don't update if target record changes.

ShaneMcC commented 4 years ago

This should be mostly resolved by:

https://github.com/mydnshost/mydnshost-api/commit/a9d78ec614de50addeb305e5a4e006cadbf91dc1 https://github.com/mydnshost/mydnshost-api/commit/4dbe9e838fc227b79ed22768827fe50dcd290d63 https://github.com/mydnshost/mydnshost-api/commit/f536ef1655ef9cfb8bd20c3501988a121d85e3e3 https://github.com/mydnshost/mydnshost-dispatcher/commit/b221773174dcb5ba003da4d5d4ba1ecf4e568ff9 https://github.com/mydnshost/mydnshost-dispatcher/commit/e6e92f94aab5e0ee746a77f9d020fb436af5ee22

For most use cases.

Doesn't handle the case of:

test1.com will need refreshing (any change made to the zone) before it picks up the relationship.

(This is actually a problem in general with doing RRCLONE against records that don't yet exist.)