Skip to content

Commit

Permalink
Merge pull request #4765 from nymtech/serinko-hotfix
Browse files Browse the repository at this point in the history
docs/hotfix
  • Loading branch information
tommyv1987 authored Aug 20, 2024
2 parents dff82f9 + 581cdd5 commit 1d5e8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/operators/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sudo -E ./nym-vpn-cli -c ../qa.env run --entry-gateway-id $entry_gateway --exit-
- **Download Nym Node:**
- You can download the `nym-node` binary directly using the following command:
```bash
curl -L https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.9-topdeck/nym-node -o nym-node && chmod u+x nym-node
curl -L https://github.com/nymtech/nym/releases/download/nym-binaries-v2024.9-topdeck/nym-node -o nym-node && chmod u+x nym-node
```
**Step 1: Update UFW Firewall Rules**
Expand Down
2 changes: 1 addition & 1 deletion documentation/operators/src/nodes/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ ip addr show nymtun0

9. Validate your IPv6 and IPv4 networking by running a joke test via Mixnet:
```sh
./network_tunnel_manager.shjoke_through_the_mixnet
./network_tunnel_manager.sh joke_through_the_mixnet
```

10. Validate your tunneling by running a joke test via WG:
Expand Down

0 comments on commit 1d5e8b6

Please sign in to comment.