Skip to content

Tags: hackman/Fortress

Tags

v4.2

fortress.pl: Fix missing config reference in the calls to logger()

v4.1

fortress.pl: Make sure the global blocked_ref is not mistaken for the…

… local var

v4.0

fortress.pl: Make sure we add all local IPs to the exclude list

We want to make sure that we detect all local IPs, not only localhost
and exclude them, to prevent accidental blocking of our own IPs.

I borrowed the get_local_ips() from my Hawk software.

Vesrsion bumped to 4.0

v1.0.3

fortress-centos7.spec: fixed more build errors

fortressr.service and fortress-unblock were missing from the files section

v1.0.1

fortress-centos7.spec: Fix build errors

* Removed non-existent paths. These were left from the hawk spec file, that was used a a template for this one.
* excludes are now copied direcly in /etc/fortress, instead of being a directory there.
* fixed proper pidfile location
* updated release version

v1.0

TODO.md: first things