mirror of
https://github.com/certd/certd.git
synced 2026-05-14 12:07:32 +08:00
chore: 1
This commit is contained in:
@@ -53,9 +53,11 @@ export class TechnitiumDnsProvider extends AbstractDnsProvider<TechnitiumRecord>
|
|||||||
|
|
||||||
// 构建查询参数
|
// 构建查询参数
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
|
zone: domain,
|
||||||
domain: fullRecord,
|
domain: fullRecord,
|
||||||
type: type,
|
type: type,
|
||||||
text: value,
|
text: value,
|
||||||
|
ttl: "60",
|
||||||
});
|
});
|
||||||
|
|
||||||
// 调用Technitium API创建TXT记录
|
// 调用Technitium API创建TXT记录
|
||||||
@@ -78,6 +80,7 @@ export class TechnitiumDnsProvider extends AbstractDnsProvider<TechnitiumRecord>
|
|||||||
|
|
||||||
// 构建查询参数
|
// 构建查询参数
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
|
zone: domain,
|
||||||
domain: fullRecord,
|
domain: fullRecord,
|
||||||
type: 'TXT',
|
type: 'TXT',
|
||||||
text: value,
|
text: value,
|
||||||
|
|||||||
Reference in New Issue
Block a user