From 79433168dfd2e71bfd38bb2c360f99f401b37b1e Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Sun, 20 Sep 2026 19:19:15 +0100 Subject: [PATCH] Update server start log --- src/server.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/server.ts b/src/server.ts index e689e7b..49a69f6 100644 --- a/src/server.ts +++ b/src/server.ts @@ -37,4 +37,6 @@ bunext.bunextLog.build(`Syncing WireGuard hosts ...`); await syncWireguardHosts(); bunext.bunextLog.success(`Wireguard host sync complete!`); -bunext.bunextLog.info(`Server running on http://localhost:${server.port} ...`); +bunext.bunextLog.info( + `Server running on http://${server.hostname}:${server.port} ...`, +);