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
|
* @param {string} value
|
||||||
*/
|
*/
|
||||||
const parseTxtRecordData = (value) => {
|
const parseTxtRecordData = (value) => {
|
||||||
|
value = String(value);
|
||||||
//throw new Error(value);
|
//throw new Error(value);
|
||||||
const result = {};
|
const result = {};
|
||||||
for (const part of value.split(';')) {
|
for (const part of value.split(';')) {
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue