Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-06-19 15:52:35 +02:00
parent 2b7cd9ea73
commit a29f69fce7
Signed by untrusted user: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -32,7 +32,7 @@ export async function doQuery(
response.response = "NXDOMAIN";
break;
default:
console.dir(e)
console.dir(e);
response.response = "SERVFAIL";
}
});