From 949f3a7c54fd0b3eb332e80e5053b3d9f4c1eb46 Mon Sep 17 00:00:00 2001 From: yuriskinfo Date: Sun, 16 May 2021 18:35:00 +0300 Subject: [PATCH] e --- Ubuntu-ufw-firewall-cookbook.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ubuntu-ufw-firewall-cookbook.adoc b/Ubuntu-ufw-firewall-cookbook.adoc index 8b1bcdf..27c8e33 100755 --- a/Ubuntu-ufw-firewall-cookbook.adoc +++ b/Ubuntu-ufw-firewall-cookbook.adoc @@ -10,12 +10,12 @@ Beware: after running this command all access restrictions imposed by ufw rules will be gone. -*ufw disable* +`*ufw disable*` == Verify status of the ufw firewall -*ufw status* - Show short status. + +`*ufw status*` - Show short status. + ---- Status: active @@ -27,7 +27,7 @@ Anywhere ALLOW 10.10.10.0/24 ---- -*ufw status verbose* - Show all rules, including the default ones, and logging level. +`*ufw status verbose*`- Show all rules, including the default ones, and logging level. ---- Status: active Logging: on (low) @@ -42,7 +42,7 @@ Anywhere ALLOW IN 10.10.10.0/24 ---- -*ufw status numbered* - Show rules with their sequence numbers, that we can later use to delete some specific rule. +`*ufw status numbered*` - Show rules with their sequence numbers, that we can later use to delete some specific rule. ---- Status: active