mirror of
https://github.com/certd/certd.git
synced 2026-06-20 08:37:31 +08:00
chore: 支持从domain中查询子域名托管
This commit is contained in:
@@ -62,6 +62,7 @@ export interface IDnsProvider<T = any> {
|
||||
|
||||
export interface ISubDomainsGetter {
|
||||
getSubDomains(): Promise<string[]>;
|
||||
hasSubDomain(domain: string): Promise<string>;
|
||||
}
|
||||
|
||||
export interface IDomainParser {
|
||||
|
||||
Reference in New Issue
Block a user