Adds DoH capabilities
This commit is contained in:
parent
919607ecf3
commit
9f4f784658
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ export async function ensureDir(dir) {
|
|||
* @param {string} value
|
||||
*/
|
||||
const parseTxtRecordData = (value) => {
|
||||
value = String(value);
|
||||
//throw new Error(value);
|
||||
const result = {};
|
||||
for (const part of value.split(';')) {
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue