Skip to content
Snippets Groups Projects
Commit 720f9f8d authored by Andreas Kempe's avatar Andreas Kempe
Browse files

blacklistd: add missing ipfw-blacklist.rc file

For blacklistd to use IPFW to block unwanted connections, the file
/etc/ipfw-blacklist.rc needs to be created. Its contents do not matter.
parent ca16b3d1
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,8 @@ class freebsd::blacklistd { ...@@ -8,4 +8,8 @@ class freebsd::blacklistd {
path => '/etc/rc.conf', path => '/etc/rc.conf',
line => 'sshd_flags="-o UseBlacklist=yes"', line => 'sshd_flags="-o UseBlacklist=yes"',
} }
file { '/etc/ipfw-blacklist.rc':
ensure => present,
content => '',
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment