Fixed the Guardian Bug and started Core 25

This commit is contained in:
Maniacikarus
2008-12-12 23:49:06 +01:00
parent 1c4735f31e
commit e55a2b8124
7 changed files with 17 additions and 5 deletions

View File

@@ -21,12 +21,12 @@ LogFile /var/log/guardian/guardian.log
AlertFile /var/log/snort/alert
# The list of ip addresses to ignore
IgnoreFile /var/ipfire/guardian.ignore
IgnoreFile /var/ipfire/guardian/guardian.ignore
# This is a list of IP addresses on the current host, in case there is more
# than one. If this file doesn't exist, then it will assume you want to run
# with the default setup (machine's ip address, and broadcast/network).
TargetFile /var/ipfire/guardian.target
TargetFile /var/ipfire/guardian/guardian.target
# The time in seconds to keep a host blocked. If undefined, it defaults to
# 99999999, which basicly disables the feature.

View File

@@ -0,0 +1 @@
srv/web/ipfire/cgi-bin/ids.cgi

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -0,0 +1,5 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
extract_files
#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"