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} ...`, +);