From 92ed04c5237e772c9025211976b58b9447cd853f Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:56:45 +0200 Subject: [PATCH] fix wireguard syntax --- documentation/operators/src/changelog.md | 2 +- documentation/operators/src/nodes/setup.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/documentation/operators/src/changelog.md b/documentation/operators/src/changelog.md index 669f1fd8df4..e56a305b120 100644 --- a/documentation/operators/src/changelog.md +++ b/documentation/operators/src/changelog.md @@ -151,7 +151,7 @@ called Result::unwrap() on an Err value: ClientCoreError(ValidatorClientError(Ny - [`nym-gateway-probe`](testing/gateway-probe.md): A CLI tool to check in-real-time networking status of any Gateway locally. - [Where to host your `nym-node`?](legal/isp-list.md): A list of Internet Service Providers (ISPs) by Nym Operators community. We invite all operators to add their experiences with different ISPs to strengthen the community knowledge and Nym mixnet performance. -- Make sure you run `nym-node` with `--wireguard_enabled false` and add a location description to your `config.toml`, both documented in [`nym-node` setup manual](nodes/setup.md#mode-exit-gateway). +- Make sure you run `nym-node` with `--wireguard-enabled false` and add a location description to your `config.toml`, both documented in [`nym-node` setup manual](nodes/setup.md#mode-exit-gateway). --- diff --git a/documentation/operators/src/nodes/setup.md b/documentation/operators/src/nodes/setup.md index 23863e36d3e..b4995dfa7c5 100644 --- a/documentation/operators/src/nodes/setup.md +++ b/documentation/operators/src/nodes/setup.md @@ -54,10 +54,10 @@ https:///api/v1/swagger/#/ ### Help Command -There are a few changes from the individual binaries used in the past. For example by default `run` command does `init` function as well, local node `--id` will be set by default unless specified otherwise etcetera. +There are a few changes from the individual binaries used in the past. For example by default `run` command does `init` function as well, local node `--id` will be set by default unless specified otherwise etcetera. ```admonish info -You can always use `--help` flag to see the commands or arguments associated with a given command. +You can always use `--help` flag to see the commands or arguments associated with a given command. ``` Run `./nym-node --help` to see all available commands: @@ -153,7 +153,11 @@ Options: Print help --> -The Wireguard flags currently have limited functionality, with `--wireguard-enabled` being the most relevant, enabling or disabling wireguard functionality. +```admonish bug +The Wireguard flags currently have limited functionality. This feature is under development and testing. + +**Keep Wireguard disabled for the time being!** +``` #### Flags Summary