From 561107977b3623445b32aba0609ae553146cf418 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 31 Jul 2021 13:05:27 +0000 Subject: [PATCH] Clarify stopping firewalld not disabling it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e47ca..35e018b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A self-signed SSL certificate will be generated in this example, with SSL/TLS us This was tested on a Vultr 1 vCPU / 2GB RAM server running Fedora 33 x64. -1. Disable firewalld, as the cloud provider's firewall around the instance will suffice for testing. Just make sure port 22 & 443 are accessible. +1. Stop firewalld, as the cloud provider's firewall around the instance will suffice for testing. Just make sure port 22 & 443 are accessible. - ```$ systemctl stop firewalld``` 1. Install Icecast - `$ dnf install -y icecast` -- GitLab