Skip to content

Commit

Permalink
Support string lists in http server_host and note new default (dual s…
Browse files Browse the repository at this point in the history
…tack, IPv4 and IPv6) (home-assistant#14125)

Also note that the HTTP component now listens on IPv4 as well as IPv6.
  • Loading branch information
agners authored Aug 4, 2020
1 parent 12b83ab commit 6893b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/http.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6893b80

Please sign in to comment.