From 65007df42ce48069052b1df179de457f32221127 Mon Sep 17 00:00:00 2001 From: Tristan Sokol Date: Wed, 4 Jan 2023 23:06:35 -0600 Subject: [PATCH] Update Silver Bullet.md (#287) --- website/Silver Bullet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Silver Bullet.md b/website/Silver Bullet.md index e3a08ee7..6b17cc64 100644 --- a/website/Silver Bullet.md +++ b/website/Silver Bullet.md @@ -108,7 +108,7 @@ silverbullet By default, Silver Bullet will bind to port `3000`, to use a different port use the `--port` flag. -For security reasons, by default Silver Bullet only allows connections via `localhost` (or `127.0.0.1`). To also allow connections from the network, pass a `--hostname 0.0.0.0` flag, ideally combined with `--user username:password` to add BasicAuth password protection. +For security reasons, by default Silver Bullet only allows connections via `localhost` (or `127.0.0.1`). To also allow connections from the network, pass a `--hostname 0.0.0.0` flag (0.0.0.0 for all connections, or insert a specific address to limit the host), ideally combined with `--user username:password` to add BasicAuth password protection. Once downloaded and booted, Silver Bullet will print out a URL to open SB in your browser.