Merge pull request #3435 from Pawnflake/release/v1.1.19
mixnode documentation update
This commit is contained in:
@@ -231,10 +231,10 @@ sudo ufw enable
|
||||
sudo ufw status
|
||||
```
|
||||
|
||||
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:
|
||||
Finally open your mix node's p2p port, as well as ports for ssh and ports `8000` and `1790` for verloc and measurement pings:
|
||||
|
||||
```
|
||||
sudo ufw allow 1789,1790,8000,22,80,443/tcp
|
||||
sudo ufw allow 1789,1790,8000,22/tcp
|
||||
# check the status of the firewall
|
||||
sudo ufw status
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user