Skip to content

Commit 45a0dd8

Browse files
bbrendonfrenck
andauthored
server_host - more details (home-assistant#14571)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent dfefc31 commit 45a0dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_integrations/http.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ http:
3333
3434
{% configuration %}
3535
server_host:
36-
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."
36+
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."
3737
required: false
3838
type: [list, string]
39-
default: 0.0.0.0
39+
default: "0.0.0.0, ::"
4040
server_port:
4141
description: Let you set a port to use.
4242
required: false

0 commit comments

Comments
 (0)