This directory contains packaging scripts used to create an iptables based firewall service
sn-iptables.deb
. It integrates a SSH brute force response script.
Packaging done via fpm. To install fpm
:
$ sudo apt-get install ruby ruby-dev build-essential
$ sudo gem install --no-ri --no-rdoc fpm
Use fpm
to package the service via make
. This package is architecture independent:
$ make
To specify a specific distribution target, add the DIST
parameter, like
$ make DIST=buster