From 49b3f78f20ba8b01e81665e43197d784391f50d2 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Fri, 19 Aug 2022 12:24:10 -0400 Subject: [PATCH] docs: note how to bind to all interfaces Signed-off-by: Eric Callahan --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 94e4c22..165d46e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -43,7 +43,8 @@ This section is required. [server] host: 0.0.0.0 # The host address in which to bind the HTTP server. Default is to bind -# to all interfaces +# to all ipv4 interfaces. If set to "all" the server will bind to all +# ipv4 an ipv6 interfaces. port: 7125 # The port the HTTP server will listen on. Default is 7125 ssl_port: 7130