Skip to content

Commit

Permalink
hotfix firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Dec 16, 2023
1 parent f929dc0 commit ec1d5f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/participate/run-nodes/full-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ sudo ufw allow ssh
3. Allow the port specified in the `config.json` file:

```bash
sudo ufw allow <port>/tcp
sudo ufw allow <port>/udp
sudo ufw allow <port>
```

4. Check the firewall status. After running this command, you can verify that the rules have been added successfully by checking the UFW status:
Expand Down

0 comments on commit ec1d5f6

Please sign in to comment.