perf: 支持cloudflare域名

This commit is contained in:
xiaojunnuo
2024-06-15 02:17:34 +08:00
parent 368132daae
commit fbb9a47e8f
14 changed files with 206 additions and 106 deletions
@@ -120,7 +120,7 @@ export class AliyunDnsProvider extends AbstractDnsProvider{
throw e;
}
}
async removeRecord(options: RemoveRecordOptions): Promise<any> {
async removeRecord(options: RemoveRecordOptions<any>): Promise<any> {
const { fullRecord, value, record } = options;
const params = {
RegionId: 'cn-hangzhou',