Adds DoH capabilities
This commit is contained in:
parent
d94fa033cb
commit
71ec390f65
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ export async function findTxtRecord(host) {
|
|||
console.log(ans.data)
|
||||
const txtData = parseTxtRecordData(ans.data);
|
||||
if (txtData[recordParamDestUrl]) {
|
||||
throw new Error(txtData[recordParamDestUrl])
|
||||
return {
|
||||
url: txtData[recordParamDestUrl],
|
||||
httpStatus: txtData[recordParamHttpStatus],
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue