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