mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
@@ -103,7 +103,7 @@ export class DnspodDnsProvider implements IDnsProvider {
|
||||
const list = await this.getDomainList();
|
||||
let domain = null;
|
||||
for (const item of list) {
|
||||
if (_.endsWith(dnsRecord, item.name)) {
|
||||
if (_.endsWith(dnsRecord, "." + item.name)) {
|
||||
domain = item;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user