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:
parent
dac3a657d2
commit
4954d43a33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user