*force should be bypassCache

This commit is contained in:
Derrick Hammer 2022-08-18 14:08:53 -04:00
parent 223da6b2f0
commit 01664a35dd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export abstract class AbstractResolverModule {
abstract resolve(
input: string,
options: ResolverOptions,
force: boolean
bypassCache: boolean
): Promise<DNSResult>;
getSupportedTlds(): string[] {