Skip to content

Commit

Permalink
Merge pull request #3414 from threefoldtech/development_update_networ…
Browse files Browse the repository at this point in the history
…k_dir

docs: Update the wrong znet dir in the network docs.
  • Loading branch information
Mahmoud-Emad authored Sep 18, 2024
2 parents b1383a9 + adf8d21 commit 83b1eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid_client/docs/network/wireguard_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The target is to make a private Mesh connection between the nodes so they can re

## Configuration

This configuration is set on each node using [network workload](../src/zos/znet.ts)
This configuration is set on each node using [network workload](../../src/zos/znet.ts)

- `ip_range`: an ip range to be used for this network, it needs to be private ip range, normally a /16 subnet is used (e.g. `10.20.0.0/16`)
- `subnet`: a subnet to be used for this network, it should be a subnet of the entire network ip range, normally a /24 subnet is used for the node (e.g. `10.20.1.0/24`)
Expand Down

0 comments on commit 83b1eaf

Please sign in to comment.