From 48ab6cbc263c0dceff9ab38a29a84c9cd90aa870 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Sun, 25 Jul 2021 09:15:08 +0700 Subject: [PATCH] Indent the firewall block in install docs --- docs/installation/3-netbox.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index f8a45deab..e54bf6f3e 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -270,9 +270,9 @@ 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 `firewall-cmd` (add `--permanent` if you want the rule to survive server restarts): -```no-highlight -firewall-cmd --zone=public --add-port=8000/tcp -``` + ```no-highlight + firewall-cmd --zone=public --add-port=8000/tcp + ``` Next, connect to the name or IP of the server (as defined in `ALLOWED_HOSTS`) on port 8000; for example, . You should be greeted with the NetBox home page.