From ebb402a271672792353bb3cf838714c0145fa5ac Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Tue, 20 Jul 2021 09:59:21 +0700 Subject: [PATCH] Fix typo in previous --- docs/installation/3-netbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index 462ecf0ae..f8a45deab 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -268,7 +268,7 @@ Quit the server with CONTROL-C. ``` !!! note - By default RHEL based distros will likely block your testing attempts with firewalld. The development server port can be opened with `firewalld-cmd` (add `--permanent` if you want the rule to survive server restarts): + By default RHEL based distros will likely block your testing attempts with firewalld. The development server port can be opened with `firewall-cmd` (add `--permanent` if you want the rule to survive server restarts): ```no-highlight firewall-cmd --zone=public --add-port=8000/tcp