Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
2b7cd9ea73
commit
a29f69fce7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export async function doQuery(
|
|||
response.response = "NXDOMAIN";
|
||||
break;
|
||||
default:
|
||||
console.dir(e)
|
||||
console.dir(e);
|
||||
response.response = "SERVFAIL";
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue