*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(
|
abstract resolve(
|
||||||
input: string,
|
domain: string,
|
||||||
options: ResolverOptions,
|
options: ResolverOptions,
|
||||||
bypassCache: boolean
|
bypassCache: boolean
|
||||||
): Promise<DNSResult>;
|
): Promise<DNSResult>;
|
||||||
|
|
Loading…
Reference in New Issue