Update private network docs

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2024-05-28 13:31:30 +02:00
parent 4a0c820d83
commit 489ffa9c2d
+4 -4
View File
@@ -27,9 +27,9 @@ Not all cipher suites supported in TLS1.3 are supported. At present, _at least_
## Enable private network
If you are running the standard `mycelium` binary, private network functionality
can be enabled by setting both the `network-name` and `network-key-file` flags on
the command line. All nodes who which to join the network must use the same values
for both flags.
In order to use the private network implementation of `mycelium`, a separate `mycelium-private`
binary is available. Private network functionality can be enabled by setting both
the `network-name` and `network-key-file` flags on the command line. All nodes who
wish to join the network must use the same values for both flags.
> ⚠️ Network name is public, do not put any confidential data here.