File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ To listen over both IPv4 and IPv6:
162
162
>
163
163
> ** IPv6** :
164
164
>
165
- > It listens on the default value of --port6 (` 9090 ` ) for both UDP and TCP.
166
- > QUIC will use port ` 9091 ` for UDP, which is the default ` --port6 ` value (` 9090 ` ) + 1.
165
+ > It listens on the default value of --port6 (` 9000 ` ) for both UDP and TCP.
166
+ > QUIC will use port ` 9001 ` for UDP, which is the default ` --port6 ` value (` 9000 ` ) + 1.
167
167
168
168
> When using ` --listen-address :: --listen-address --port 9909 --discovery-port6 9999 ` , listening will be set up as follows:
169
169
>
@@ -174,8 +174,8 @@ To listen over both IPv4 and IPv6:
174
174
>
175
175
> ** IPv6** :
176
176
>
177
- > It listens on the default value of ` --port6 ` (` 9090 ` ) for TCP, and port ` 9999 ` for UDP.
178
- > QUIC will use port ` 9091 ` for UDP, which is the default ` --port6 ` value (` 9090 ` ) + 1.
177
+ > It listens on the default value of ` --port6 ` (` 9000 ` ) for TCP, and port ` 9999 ` for UDP.
178
+ > QUIC will use port ` 9001 ` for UDP, which is the default ` --port6 ` value (` 9000 ` ) + 1.
179
179
180
180
### Configuring Lighthouse to advertise IPv6 reachable addresses
181
181
You can’t perform that action at this time.
0 commit comments