*Input should be domain
This commit is contained in:
parent
fa0e3d6a71
commit
7d3383dd4f
|
@ -24,7 +24,7 @@ export abstract class AbstractResolverModule implements ResolverModule {
|
|||
}
|
||||
|
||||
abstract resolve(
|
||||
input: string,
|
||||
domain: string,
|
||||
options: ResolverOptions,
|
||||
bypassCache: boolean
|
||||
): Promise<DNSResult>;
|
||||
|
|
Loading…
Reference in New Issue