diff --git a/src/webapp.ts b/src/webapp.ts index 5fc6653..dc7dde7 100644 --- a/src/webapp.ts +++ b/src/webapp.ts @@ -90,6 +90,7 @@ export async function publishDNS() { process.on(sig, () => { for (const name in dnsEntries) dnsEntries[name].kill("SIGTERM") + process.exit(0) }) ) }