mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
perf: 支持cloudflare域名
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ export class DnspodDnsProvider extends AbstractDnsProvider {
|
||||
return ret.record;
|
||||
}
|
||||
|
||||
async removeRecord(options: RemoveRecordOptions) {
|
||||
async removeRecord(options: RemoveRecordOptions<any>) {
|
||||
const { fullRecord, value, record } = options;
|
||||
const domain = await this.matchDomain(fullRecord);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user