]> git.ipfire.org Git - people/stevee/guardian.git/commit
Allow including additional ignore files.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 14 Jun 2016 11:18:17 +0000 (13:18 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 14 Jun 2016 11:18:17 +0000 (13:18 +0200)
commit900cad7f5f64548c892995a4869dfef37b71b974
treed4f7dfaa4f02e221cb775cfcbc4d7fe7bdb8be84
parent43fdb161bb2c7100eb86ee2d22ce70553de6ddec
Allow including additional ignore files.

This commit adds the ability to specify additinal files
in the include file which should be included. Any containing
IP-addresses of those files also will be added to the hash
of ignored IP-addresses.

To include a file, just add "Include_File = /file/to/be/included" to
the ignore file. There is no limitation for number of included files.

This feature can be used, to include system specific files which contains
IP-addresses which also should be added to the ignore list.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Events.pm