From 7d12b91bbdef636c22d0a7ae199ec31b01f0ce02 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:52:51 +0100 Subject: [PATCH] remove --host flag --- documentation/operators/src/nodes/gateway-setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/operators/src/nodes/gateway-setup.md b/documentation/operators/src/nodes/gateway-setup.md index 73ffc84528..fbf817834d 100644 --- a/documentation/operators/src/nodes/gateway-setup.md +++ b/documentation/operators/src/nodes/gateway-setup.md @@ -74,7 +74,7 @@ If we follow the previous example with `` chosen `superexitgateway`, adding ~~~admonish example collapsible=true title="Console output" ``` - + ``` ~~~ @@ -114,7 +114,7 @@ Say we have a Gateway with `` as `new-gateway`, originally initialised and r ~~~admonish example collapsible=true title="Console output" ``` - + ``` ~~~ @@ -166,12 +166,12 @@ To check available configuration options use: The following command returns a Gateway on your current IP with the `` of `simple-gateway`: ``` -./nym-gateway init --id simple-gateway --host $(curl -4 https://ifconfig.me) +./nym-gateway init --id simple-gateway --listening-address 0.0.0.0 --public-ips "$(curl -4 https://ifconfig.me)" ``` ~~~admonish example collapsible=true title="Console output" ``` - + ``` ~~~