mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
fix: 修复dns.la无法申请证书的bug
This commit is contained in:
@@ -144,11 +144,9 @@ export class DnslaDnsProvider extends AbstractDnsProvider<DnslaRecord> {
|
||||
const res = await this.doRequestApi(url, {
|
||||
domainId: domainId,
|
||||
type: 16,
|
||||
host: fullRecord,
|
||||
host: fullRecord.replace(`.${domain}`, ''),
|
||||
data: value,
|
||||
ttl: 60,
|
||||
weight:1,
|
||||
preference:1,
|
||||
});
|
||||
|
||||
return res.data;
|
||||
|
||||
Reference in New Issue
Block a user