From 61471e9058b5d600fbe275e36a4d445eb27a3c53 Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:41:16 +0000 Subject: [PATCH] add note about IPv6 --- documentation/operators/src/nodes/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/operators/src/nodes/configuration.md b/documentation/operators/src/nodes/configuration.md index dd57723c31..ed9b23e3ff 100644 --- a/documentation/operators/src/nodes/configuration.md +++ b/documentation/operators/src/nodes/configuration.md @@ -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