dnsimple / erldns

DNS server, in Erlang.
MIT License
398 stars 98 forks source link

Fix bugs with RRSIG management on RRSet put and delete operations #112

Closed aeden closed 3 years ago

aeden commented 3 years ago

Fixes https://github.com/dnsimple/erldnsimple/issues/131

This PR fixes management of RRSIG record sets during RRSet put and delete operations. It removes the deletion operation before the put and fixes RRSIG management in the delete operation.