Merge branch 'master' of github.com:michael-lazar/jetforce

This commit is contained in:
Michael Lazar 2020-02-05 23:20:51 -05:00
commit 2b9f98adf7
1 changed files with 4 additions and 4 deletions

View File

@ -76,12 +76,12 @@ URLs that use a direct IP address such as "gemini://174.138.124.169".
### Setting the ``host`` ### 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: bind to:
- ``--host 127.0.0.1`` - Accept local connections only - ``--host "127.0.0.1"`` - Accept local connections only
- ``--host 0.0.0.0`` - Accept remote connections over IPv4 - ``--host "0.0.0.0"`` - Accept remote connections over IPv4
- ``--host ::`` - Accept remote connections over IPv6 - ``--host "::"`` - Accept remote connections over IPv6
- ``--host ""`` - Accept remote connections over any interface (IPv4 + IPv6) - ``--host ""`` - Accept remote connections over any interface (IPv4 + IPv6)
### TLS Certificates ### TLS Certificates