Adds DoH capabilities
This commit is contained in:
parent
2a41c40dfd
commit
43cc069300
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export async function findTxtRecord(host) {
|
|||
const resolved = await resolver.query( host);
|
||||
|
||||
if (resolved.response.answers) {
|
||||
for (const head of resolve.data.Answer) {
|
||||
for (const head of resolved.response.answers) {
|
||||
const txtData = parseTxtRecordData(head.data);
|
||||
if (!txtData[recordParamDestUrl]) continue;
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue