mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
perf: 检查cname是否正确配置
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm';
|
||||
|
||||
export type CnameRecordStatusType = 'cname' | 'validating' | 'valid' | 'error';
|
||||
/**
|
||||
* cname record配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user