mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Fixed the Guardian Bug and started Core 25
This commit is contained in:
@@ -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.
|
||||
|
||||
1
config/rootfiles/core/25/files
Normal file
1
config/rootfiles/core/25/files
Normal file
@@ -0,0 +1 @@
|
||||
srv/web/ipfire/cgi-bin/ids.cgi
|
||||
1
config/rootfiles/core/25/meta
Normal file
1
config/rootfiles/core/25/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
5
config/rootfiles/core/25/update.sh
Normal file
5
config/rootfiles/core/25/update.sh
Normal 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"
|
||||
Reference in New Issue
Block a user