--dynamic-port-range now requires at least 12 ports
This commit is contained in:
parent
cd54b90ae6
commit
cd24ec2ef6
|
@ -100,7 +100,7 @@ any traversal issues on their own.
|
||||||
|
|
||||||
#### Required
|
#### Required
|
||||||
- 8000-10000 TCP/UDP - P2P protocols (gossip, turbine, repair, etc). This can
|
- 8000-10000 TCP/UDP - P2P protocols (gossip, turbine, repair, etc). This can
|
||||||
be limited to any free 11 port range with `--dynamic-port-range`
|
be limited to any free 12 port range with `--dynamic-port-range`
|
||||||
|
|
||||||
#### Optional
|
#### Optional
|
||||||
For security purposes, it is not suggested that the following ports be open to
|
For security purposes, it is not suggested that the following ports be open to
|
||||||
|
|
Loading…
Reference in New Issue