Skip to content

Commit 019b329

Browse files
authored
Merge pull request #3435 from Pawnflake/release/v1.1.19
mixnode documentation update
2 parents ac5f380 + d684957 commit 019b329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/src/nodes/mix-node-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ sudo ufw enable
231231
sudo ufw status
232232
```
233233

234-
Finally open your mix node's p2p port, as well as ports for ssh, http, and https connections, and ports `8000` and `1790` for verloc and measurement pings:
234+
Finally open your mix node's p2p port, as well as ports for ssh and ports `8000` and `1790` for verloc and measurement pings:
235235

236236
```
237-
sudo ufw allow 1789,1790,8000,22,80,443/tcp
237+
sudo ufw allow 1789,1790,8000,22/tcp
238238
# check the status of the firewall
239239
sudo ufw status
240240
```

0 commit comments

Comments
 (0)