*force should be bypassCache
This commit is contained in:
parent
223da6b2f0
commit
01664a35dd
|
@ -22,7 +22,7 @@ export abstract class AbstractResolverModule {
|
|||
abstract resolve(
|
||||
input: string,
|
||||
options: ResolverOptions,
|
||||
force: boolean
|
||||
bypassCache: boolean
|
||||
): Promise<DNSResult>;
|
||||
|
||||
getSupportedTlds(): string[] {
|
||||
|
|
Loading…
Reference in New Issue