docs: specify command desc

This commit is contained in:
serinko
2025-11-24 14:24:04 +01:00
parent 42c051dfa3
commit de0ae687ef
@@ -81,11 +81,11 @@ chmod +x network-tunnel-manager.sh && \
- **If you setting up a new node and not upgrading an existing one, keep it running and [bond](/operators/nodes/nym-node/bonding.mdx) your node now! Then come back here and follow the rest of the configuration.**
###### 3. Run command for configuration:
- For nodes with WireGuard enabled:
- Nodes with **WireGuard enabled**: Configures interfaces (`nymtun0` and `nymwg`), IPv4 and IPv6 routing, WireGuard exit policy and does validation tests
```sh
./network-tunnel-manager.sh complete_networking_configuration
```
- For nodes with WireGuard disabled:
- Nodes with **WireGuard disabled**: Does everything like the command above *without WireGuard exit policy*
```sh
./network-tunnel-manager.sh full_tunnel_setup
```
@@ -104,11 +104,11 @@ chmod +x network-tunnel-manager.sh && \
```
###### 2. Run command for configuration:
- For nodes with WireGuard enabled:
- Nodes with **WireGuard enabled**: Configures interfaces (`nymtun0` and `nymwg`), IPv4 and IPv6 routing, WireGuard exit policy and does validation tests
```sh
./network-tunnel-manager.sh complete_networking_configuration
```
- For nodes with WireGuard disabled:
- Nodes with **WireGuard disabled**: Does everything like the command above *without WireGuard exit policy*
```sh
./network-tunnel-manager.sh full_tunnel_setup
```