This commit is contained in:
xiaojunnuo
2025-03-24 00:05:19 +08:00
parent 389a1fbd04
commit 1a71969403
5 changed files with 26 additions and 22 deletions
@@ -146,7 +146,9 @@ export class DnslaDnsProvider extends AbstractDnsProvider<DnslaRecord> {
type: 16,
host: fullRecord,
data: value,
ttl: 1,
ttl: 60,
weight:1,
preference:1,
});
return res.data;