diff options
author | Tim Meusel <tim@bastelfreak.de> | 2019-07-11 15:04:30 +0200 |
---|---|---|
committer | Tim Meusel <tim@bastelfreak.de> | 2019-07-11 15:10:40 +0200 |
commit | 885c4b2ec6774d52cee6107dca61566283e3694f (patch) | |
tree | 29effc4945a9831ce53c18526265c69ee426344b | |
parent | b1496c1bfce754519ed63b95be46e01f1d0043de (diff) | |
download | puppet-ferm-885c4b2ec6774d52cee6107dca61566283e3694f.tar.gz puppet-ferm-885c4b2ec6774d52cee6107dca61566283e3694f.tar.bz2 |
Fix markdown linter warnings
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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` |