Adds DoH capabilities
This commit is contained in:
parent
3d80b3b753
commit
117b8c4dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export async function findTxtRecord(host) {
|
||||||
.catch(throw new Error(err));*/
|
.catch(throw new Error(err));*/
|
||||||
|
|
||||||
|
|
||||||
const resolved = await resolver.query( host );
|
const resolved = await resolver.query( '_.' + host );
|
||||||
//console.log(resolved);
|
//console.log(resolved);
|
||||||
throw new Error(JSON.stringify(resolved));
|
throw new Error(JSON.stringify(resolved));
|
||||||
/*if (resolved.response.answers) {
|
/*if (resolved.response.answers) {
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue