From 74ee37b4cbb1f3f9871bc408a5864966982fca19 Mon Sep 17 00:00:00 2001 From: muscleman Date: Mon, 17 Jan 2022 08:56:39 -0600 Subject: [PATCH] Update README.md UFW blurb --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 217bf4a..681c1bd 100644 --- a/README.md +++ b/README.md @@ -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