aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-07-11 15:04:30 +0200
committerTim Meusel <tim@bastelfreak.de>2019-07-11 15:10:40 +0200
commit885c4b2ec6774d52cee6107dca61566283e3694f (patch)
tree29effc4945a9831ce53c18526265c69ee426344b /README.md
parentb1496c1bfce754519ed63b95be46e01f1d0043de (diff)
downloadpuppet-ferm-885c4b2ec6774d52cee6107dca61566283e3694f.tar.gz
puppet-ferm-885c4b2ec6774d52cee6107dca61566283e3694f.tar.bz2
Fix markdown linter warnings
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 324134f..2f8fcf8 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ the protocol we would like to filter. Allowed values are Enum['icmp', 'tcp', 'ud
The protocol options we would like to add.
The following example will suppress the hostname in programs like `traceroute`:
+
```yaml
---
ferm::rules:
@@ -155,7 +156,8 @@ A comment that will be written into the file and into ip(6)tables
#### `dport`
-The destination port we want to filter for. Can be any string from /etc/services or an integer
+The destination port we want to filter for. Can be any string from
+/etc/services or an integer
#### `sport`