mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore:
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user