add note about IPv6

This commit is contained in:
import this
2024-08-13 15:41:16 +00:00
committed by GitHub
parent ed4fd84503
commit 61471e9058
@@ -364,6 +364,8 @@ ip addr show nymtun0
./network_tunnel_manager.sh joke_through_wg_tunnel
```
- **Note:** WireGuard will return only IPv4 joke, not IPv6. WG IPv6 is under development. Running IPR joke through the mixnet with `./network_tunnel_manager.sh joke_through_the_mixnet` should work with both IPv4 and IPv6!
11. Now you can run your node with the `--wireguard-enabled true` flag or add it to your [systemd service config](#systemd). Restart your `nym-node` or [systemd](#following-steps-for-nym-nodes-running-as-systemd-service) service (recommended):
```sh
systemctl daemon-reload && systemctl restart nym-node.service