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