From 2d7aa75a4909bed8ada0d4d64411b7d2826d09e7 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 16 Sep 2025 22:30:17 -0700 Subject: [PATCH] oh no --- src/webapp.ts | 1 + 1 file changed, 1 insertion(+) 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) }) ) }