From 0dd4d04faf9b3a857cfdb3f03549ecade2495ad8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 12 Jan 2020 21:52:16 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67aa376..82af01a 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ URLs that use a direct IP address such as "gemini://174.138.124.169". The server's host should be set to the local socket address that you want to bind to: -- ``--host 127.0.0.1`` - Accept local connections only -- ``--host 0.0.0.0`` - Accept remote connections over IPv4 -- ``--host ::`` - Accept remote connections over IPv6 +- ``--host "127.0.0.1"`` - Accept local connections only +- ``--host "0.0.0.0"`` - Accept remote connections over IPv4 +- ``--host "::"`` - Accept remote connections over IPv6 - ``--host ""`` - Accept remote connections over any interface (IPv4 + IPv6) ### TLS Certificates From 0f8e7c3e742d9bd4d8bc118c0cb64444564ddaa4 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 12 Jan 2020 21:52:33 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82af01a..a5e3585 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ URLs that use a direct IP address such as "gemini://174.138.124.169". ### Setting the ``host`` -The server's host should be set to the local socket address that you want to +The server's host should be set to the local socket that you want to bind to: - ``--host "127.0.0.1"`` - Accept local connections only