Adds DoH capabilities
This commit is contained in:
parent
0dc6690281
commit
68e0ec64c4
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ export async function findTxtRecord(host) {
|
|||
for (const head of resolved.answers) {
|
||||
const txtData = parseTxtRecordData(head.data);
|
||||
if (!txtData[recordParamDestUrl]) continue;
|
||||
throw new Error(JSON.stringify(txtData));
|
||||
return {
|
||||
url: txtData[recordParamDestUrl],
|
||||
httpStatus: txtData[recordParamHttpStatus],
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue