forked from TrueCloudLab/lego
b668bde5e4
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 |
||
---|---|---|
.. | ||
client.go | ||
pdns.go | ||
pdns.toml | ||
pdns_test.go |