More minor website copy tweaks
This commit is contained in:
+1
-2
@@ -67,8 +67,7 @@ export async function serveCommand(
|
||||
);
|
||||
if (hostname === "127.0.0.1") {
|
||||
console.info(
|
||||
`SilverBullet will only be available locally (via http://localhost:${port}).
|
||||
To allow outside connections, pass -L 0.0.0.0 as a flag, and put a TLS terminator on top.`,
|
||||
`SilverBullet will only be available locally, to allow outside connections, pass -L0.0.0.0 as a flag, and put a TLS terminator on top.`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user