perf: cname校验配置增加未校验通过提示

This commit is contained in:
xiaojunnuo
2024-10-10 03:08:31 +08:00
parent 8f79107d2b
commit 77cc3c4a5c
7 changed files with 51 additions and 12 deletions
@@ -10,6 +10,7 @@ export type CnameRecord = {
hostRecord: string;
recordValue: string;
cnameProvider: CnameProvider;
status: string;
};
export type ICnameProxyService = {
getByDomain: (domain: string) => Promise<CnameRecord>;