*Set default record type to content
This commit is contained in:
parent
f691a24923
commit
90330d8dcd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue