File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -230,15 +230,16 @@ Options:
230
230
peer without an ENR.
231
231
--listen-address [<ADDRESS>...]
232
232
The address lighthouse will listen for UDP and TCP connections. To
233
- listen over IpV4 and IpV6 set this flag twice with the different
233
+ listen over IPv4 and IPv6 set this flag twice with the different
234
234
values.
235
235
Examples:
236
236
- --listen-address '0.0.0.0' will listen over IPv4.
237
237
- --listen-address '::' will listen over IPv6.
238
238
- --listen-address '0.0.0.0' --listen-address '::' will listen over
239
239
both IPv4 and IPv6. The order of the given addresses is not relevant.
240
240
However, multiple IPv4, or multiple IPv6 addresses will not be
241
- accepted. [default: 0.0.0.0]
241
+ accepted. If omitted, Lighthouse will listen on all interfaces, for
242
+ both IPv4 and IPv6.
242
243
--log-format <FORMAT>
243
244
Specifies the log format used when emitting logs to the terminal.
244
245
[possible values: JSON]
You can’t perform that action at this time.
0 commit comments