Fix .set/.get #1
Etiķetes
Nav etiķešu
Nav atskaites punktu
Nav atbildīgo
2 dalībnieki
Paziņojumi
Izpildes termiņš
Izpildes termiņš nav uzstādīts.
Atkarības
Nav atkarību.
Atsaucas uz: coolaj86/acme-dns-01-cloudflare.js#1
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
No description provided.
Dzēst atzaru "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tests complain with:
Really unsure what's wrong since
data.challenge.dnsAuthorization
is being used. But seems to be wrong anyways. Maybe multiple records with same name?*.foo.example.co.uk
andfoo.example.co.uk
will BOTH set TXT records forfoo.example.com
.This makes sense because
*
isn't a real domain, it's an alias, so it has to be set on the real domain instead.You need to set BOTH records, not overwrite the record, and check that the record you return is the correct record based on its content, not the domain name (since a domain can have an infinite number of TXT records).