mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: auto
This commit is contained in:
@@ -62,12 +62,14 @@ export interface IDomainParser {
|
||||
|
||||
export type DnsVerifier = {
|
||||
// dns直接校验
|
||||
dnsProviderType: string;
|
||||
dnsProviderAccessId: number;
|
||||
dnsProviderType?: string;
|
||||
dnsProviderAccessId?: number;
|
||||
};
|
||||
|
||||
export type CnameVerifier = {
|
||||
cnameRecord: string;
|
||||
hostRecord: string;
|
||||
domain: string;
|
||||
recordValue: string;
|
||||
};
|
||||
|
||||
export type HttpVerifier = {
|
||||
|
||||
Reference in New Issue
Block a user