*Set default record type to content

This commit is contained in:
Derrick Hammer 2022-08-20 02:57:25 -04:00
parent f691a24923
commit 90330d8dcd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export class ResolverRegistry {
public async resolve(
domain: string,
options: ResolverOptions = { type: DNS_RECORD_TYPE.DEFAULT },
options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },
bypassCache: boolean = false
): Promise<DNSResult> {
let result: DNSResult;