mirror of
https://github.com/go-acme/lego.git
synced 2025-02-10 20:41:29 +02:00
The current implementation of the DNS challenge does not allow to set multiple TXT records at once. As PowerDNS has the concept of record sets, and so all records for the same type and name must set during one call, we would override existing records. To avoid this, we merge the new TXT record with existing ones