From dabfebb82cd486414460028e713386b2c629e1e2 Mon Sep 17 00:00:00 2001 From: yuriskinfo Date: Fri, 18 Sep 2020 13:15:15 +0300 Subject: [PATCH] committing... --- Linux-and-BSD-firewalls-cheat-sheet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-and-BSD-firewalls-cheat-sheet.adoc b/Linux-and-BSD-firewalls-cheat-sheet.adoc index 3ccaf7b..bc6687d 100644 --- a/Linux-and-BSD-firewalls-cheat-sheet.adoc +++ b/Linux-and-BSD-firewalls-cheat-sheet.adoc @@ -32,7 +32,7 @@ v1.0, 2020-09-01 |List all zones with their rules and associated interfaces. |*firewall-cmd -add-service * -|Add predefined service by name to the default zone, with action ACCEPT. +|Add predefined service by name to the default zone, with action ACCEPT, e.g. `firewall-cmd -add-service ftp` . |===