*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(
|
public async resolve(
|
||||||
domain: string,
|
domain: string,
|
||||||
options: ResolverOptions = { type: DNS_RECORD_TYPE.DEFAULT },
|
options: ResolverOptions = { type: DNS_RECORD_TYPE.CONTENT },
|
||||||
bypassCache: boolean = false
|
bypassCache: boolean = false
|
||||||
): Promise<DNSResult> {
|
): Promise<DNSResult> {
|
||||||
let result: DNSResult;
|
let result: DNSResult;
|
||||||
|
|
Loading…
Reference in New Issue