Update README.md

UFW blurb
This commit is contained in:
muscleman 2022-01-17 08:56:39 -06:00 committed by GitHub
parent 8b95721e87
commit 74ee37b4cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ High performance Node.js (with native C addons) mining pool for CryptoNote based
* [SSL](#ssl)
* [Certbot](#certbot)
* [NGINX](#nginx)
* [Firewall](#firewall)
* [Upgrading](#upgrading)
* [JSON-RPC Commands from CLI](#json-rpc-commands-from-cli)
* [Monitoring Your Pool](#monitoring-your-pool)
@ -740,6 +741,11 @@ sudo certbot --nginx
```
follow the directions
#### Firewall
If using UFW apply the appropriate rules to allow the website and miner ports to be used.
```bash
sudo ufw add 3336,3337,3338,6117,6119/tcp
```
#### Upgrading
When updating to the latest code its important to not only `git pull` the latest from this repo, but to also update