Skip to content

Commit

Permalink
fix wireguard syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko committed Jun 3, 2024
1 parent a40c223 commit 92ed04c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/operators/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


---
Expand Down
10 changes: 7 additions & 3 deletions documentation/operators/src/nodes/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ https://<DOMAIN>/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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 92ed04c

Please sign in to comment.