mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Support string lists in http server_host and note new default (dual stack, IPv4 and IPv6) (#14125)
Also note that the HTTP component now listens on IPv4 as well as IPv6.
This commit is contained in:
parent
12b83ab633
commit
6893b80741
@ -33,9 +33,9 @@ http:
|
||||
|
||||
{% configuration %}
|
||||
server_host:
|
||||
description: "Only listen to incoming requests on specific IP/host. By default it will accept all IPv4 connections. Use `server_host: ::0` if you want to listen to (and only) IPv6."
|
||||
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."
|
||||
required: false
|
||||
type: string
|
||||
type: [list, string]
|
||||
default: 0.0.0.0
|
||||
server_port:
|
||||
description: Let you set a port to use.
|
||||
|
Loading…
x
Reference in New Issue
Block a user