Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
# see https://console.cloud.google.com/artifacts/docker/hoprassociation/europe-west3/docker-images/hoprd?inv=1&invt=AbqEGg&project=hoprassociation&pli=1
UPSTREAM_VERSION: >-
3.0.0-rc.1@sha256:9d151098fb6299cdf5be2653317eef8959e1e8915c753c8f23e0594089b9aa9a
3.0.0@sha256:fa9764f5e9927094960f63dfb68dbf6cbc237210559a890f1effa29da6e92ecd
ports:
- "1422:1422/udp"
- "1422:1422/tcp"
Expand Down
6 changes: 3 additions & 3 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ 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 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`!