From 45a0dd8bd932e68dbd58773b5d14ce46df71a883 Mon Sep 17 00:00:00 2001 From: Brendon Baumgartner Date: Tue, 29 Sep 2020 08:15:06 -0700 Subject: [PATCH] server_host - more details (#14571) Co-authored-by: Franck Nijhof --- source/_integrations/http.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index d5e50139d7c..8d6e189aabe 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -33,10 +33,10 @@ http: {% configuration %} server_host: - description: "Only listen to incoming requests on specific IP/host. By default the `http` integration will accept all IPv4 and IPv6 connections. Use `server_host: 0.0.0.0` if you want to only listen to IPv4 addresses." + description: "Only listen to incoming requests on specific IP/host. By default the `http` integration auto-detects IPv4/IPv6 and listens on all connections. Use `server_host: 0.0.0.0` if you want to only listen to IPv4 addresses. The default listed assumes support for IPv4 and IPv6." required: false type: [list, string] - default: 0.0.0.0 + default: "0.0.0.0, ::" server_port: description: Let you set a port to use. required: false