mirror of
https://github.com/certd/certd.git
synced 2026-05-14 12:07:32 +08:00
fix: cnameProvider域名支持设置子域名托管
This commit is contained in:
@@ -3,6 +3,7 @@ import { IAccess } from "../access/index.js";
|
||||
export type CnameProvider = {
|
||||
id: any;
|
||||
domain: string;
|
||||
subdomain?: string;
|
||||
title?: string;
|
||||
dnsProviderType?: string;
|
||||
access?: IAccess;
|
||||
|
||||
Reference in New Issue
Block a user