File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ above, and more!
128
128
>
129
129
> When deploying to a Docker (or another type of) container using ` 0.0 .0 .0 ` or
130
130
> ` :: ` would be the easiest method for exposing the application.
131
+ >
132
+ > Note that when using ` 0.0 .0 .0 ` , the address provided in the callback argument
133
+ > above will be the first address the wildcard refers to.
131
134
132
135
### Your first plugin
133
136
<a id="first-plugin"></a>
Original file line number Diff line number Diff line change @@ -973,7 +973,8 @@ server.listen({
973
973
By default, the server will listen on the address(es) resolved by ` localhost`
974
974
when no specific host is provided. If listening on any available interface is
975
975
desired, then specifying ` 0.0 .0 .0 ` for the address will listen on all IPv4
976
- addresses. The following table details the possible values for ` host` when
976
+ addresses. The address argument provided above will then return the first such
977
+ IPv4 address. The following table details the possible values for ` host` when
977
978
targeting ` localhost` , and what the result of those values for ` host` will be.
978
979
979
980
Host | IPv4 | IPv6
You can’t perform that action at this time.
0 commit comments