From 18609b83dde7b238b141e4679ecedfbe0941ec4a Mon Sep 17 00:00:00 2001 From: Tibor <9529609+Teebor-Choka@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:09:59 +0200 Subject: [PATCH 1/2] Improve wording for the setup wizard --- setup-wizard.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index bc90c4d..fa7eb62 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -148,9 +148,8 @@ fields: title: Enable NAT mode required: false description: |- - By default the HOPR node assumes that it is running behind a NAT on a - dappnode. If this is not the case or proper port forwarding has been - set up this option can be set to `false` to disable NAT mode. + By default the HOPR node assumes that it is running behind a NAT when run on a dappnode. + If the dappnode is however publicly exposed, this option can be set to false. secret: false pattern: ^(true|false)$ patternErrorMessage: Must be either `true` or `false`! From 2a682a5a66f0f5fce72bb87d6a64d58e51c9e29c Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:21:36 +0300 Subject: [PATCH 2/2] Update setup-wizard.yml --- setup-wizard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index fa7eb62..c63468d 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -149,7 +149,8 @@ fields: required: false description: |- By default the HOPR node assumes that it is running behind a NAT when run on a dappnode. - If the dappnode is however publicly exposed, this option can be set to false. + If your DAppNode is connected directly to the modem, set this option to `false`. + If it’s connected through a router (behind NAT), leave it as `true`. secret: false pattern: ^(true|false)$ patternErrorMessage: Must be either `true` or `false`!