configure services to listen on ip v4 or ip6 or both #6595
Labels
enhancement
New feature or request that adds new things or value to Hive
good first issue
Good for newcomers
help wanted
Extra attention is needed
improvement
Uh oh!
There was an error while loading. Please reload this page.
We want to allow people to configure whether they want to support ipv4, ipv6 or both for a web server using environment variables.
SERVER_HOST
->0.0.0.0
or127.0.0.1
(implies ipv4)SERVER_HOST
->localhost
(implies ipv4 and ipv6)SERVER_HOST
->::
(implies ipv4 and ipv6)SERVER_HOST
->::1
(implies ipv6)SERVER_HOST_IPV6_ONLY
->1
or0
(to avoid binding to ipv4 with::
)See table in https://fastify.dev/docs/latest/Reference/Server/#listentextresolver
This should also be documented within our self-hosting docs.
Closes #2572
The text was updated successfully, but these errors were encountered: