1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-25 00:56:20 +02:00

pdns: fix record value (#1929)

This commit is contained in:
Ludovic Fernandez 2023-06-06 17:49:59 +02:00 committed by GitHub
parent dac3a657d2
commit 4954d43a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ func (d *DNSProvider) Present(domain, token, keyAuth string) error {
}
rec := internal.Record{
Content: "\"" + info.EffectiveFQDN + "\"",
Content: "\"" + info.Value + "\"",
Disabled: false,
// pre-v1 API