From 2fbb901deb3d97ec36933d99a707c08029db6d5a Mon Sep 17 00:00:00 2001 From: Lorexia Date: Fri, 25 Aug 2023 11:42:36 +0200 Subject: [PATCH] Update mixnode setup to return IPv4 --- documentation/operators/src/nodes/mix-node-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/operators/src/nodes/mix-node-setup.md b/documentation/operators/src/nodes/mix-node-setup.md index a50c5cac13..b168329487 100644 --- a/documentation/operators/src/nodes/mix-node-setup.md +++ b/documentation/operators/src/nodes/mix-node-setup.md @@ -63,16 +63,16 @@ To check available configuration options for initializing your node use: ``` ~~~ -Initalise your mix node with the following command, replacing the value of `--id` with the moniker you wish to give your mix node. Your `--host` must be publicly routable on the internet in order to mix packets, and can be either an Ipv4 or IPv6 address. The `$(curl ifconfig.me)` command returns your IP automatically using an external service. If you enter your IP address manually, enter it **without** any port information. +Initalise your mix node with the following command, replacing the value of `--id` with the moniker you wish to give your mix node. Your `--host` must be publicly routable on the internet in order to mix packets, and can be either an Ipv4 or IPv6 address. The `$(curl -4 https://ifconfig.me)` command returns your IP automatically using an external service. If you enter your IP address manually, enter it **without** any port information. ``` -./nym-mixnode init --id --host $(curl ifconfig.me) +./nym-mixnode init --id --host $(curl -4 https://ifconfig.me) ``` ~~~admonish example collapsible=true title="Console output" ``` -.nym-mixnode init --id --host $(curl ifconfig.me) --wallet-address +.nym-mixnode init --id --host $(curl -4 https://ifconfig.me) --wallet-address Initialising mixnode ...