mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: teo dns 测试成功
This commit is contained in:
@@ -60,7 +60,8 @@ export class TencentEoDnsProvider extends AbstractDnsProvider {
|
||||
"ZoneId": zoneId,
|
||||
"Name": fullRecord,
|
||||
"Type": type,
|
||||
"Content": value
|
||||
"Content": value,
|
||||
"TTL": 60,
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user