Search found 5 matches
- 15 Mar 2016, 01:44
- Forum: Report Bugs (csf)
- Topic: Last 12 Months pie chart in lfd blocking statistics showing "last 30 days" data
- Replies: 1
- Views: 4739
Last 12 Months pie chart in lfd blocking statistics showing "last 30 days" data
The Last 12 Months pie chart in lfd blocking statistics is showing the "last 30 days" data instead. I think this might just be a copy/paste error in ServerStats.pm $year_pie_graph->plot(\@hpiedata); I think that should be: $year_pie_graph->plot(\@ypiedata); I've tested the fix on my own se...
- 23 Mar 2015, 22:09
- Forum: Suggestions (csf)
- Topic: OPENBL blocklist now requires https
- Replies: 1
- Views: 3626
OPENBL blocklist now requires https
I noticed this morning that that I was getting connection refused messages when trying to download the OPENBL blocklists.
I checked their website and they've converted everything to https including the blocklist URLs. Just letting you know so you can update it in a future release.
I checked their website and they've converted everything to https including the blocklist URLs. Just letting you know so you can update it in a future release.
- 01 Jan 2015, 23:52
- Forum: Suggestions (csf)
- Topic: LF_BIND doesn't seem to work
- Replies: 3
- Views: 5479
Re: LF_BIND doesn't seem to work
Excellent, thank you!
- 09 Dec 2014, 21:49
- Forum: Suggestions (csf)
- Topic: LF_BIND doesn't seem to work
- Replies: 3
- Views: 5479
Re: LF_BIND doesn't seem to work
Actually got this to work with the custom regex: #BIND if (($config{LF_BIND}) and ($globlogs{BIND_LOG}{$lgfile}) and ($line =~ /^(\S+|\S+\s+\d+\s+\S+) \S+ named\[\d+\]: client (\S+)\#\d+\s\(\S+\)\:( view external\:)? (update|zone transfer|query \(cache\)) \'.*\' denied$/)) { $ip = $2; $acc = "&...
- 09 Dec 2014, 21:25
- Forum: Suggestions (csf)
- Topic: LF_BIND doesn't seem to work
- Replies: 3
- Views: 5479
LF_BIND doesn't seem to work
I can't seem to get LF_BIND to work at all. CENTOS 5.11, BIND 9.9.5. RESTRICT_SYSLOG = "2" ... LF_BIND = "100" LF_BIND_PERM = "1" ... BIND_LOG = "/var/log/messages" I'm getting thousands of lines in /var/log/messages like this: Dec 10 07:04:40 myserver named[2...