mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
logs.cgi/log.dat: Allow to show logged ipblocklist messages.
Signed-off-by: Tim FitzGeorge <ipfr@tfitzgeorge.me.uk> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Stefan Schantl
parent
1fd351d407
commit
c0472dcf2a
@@ -59,6 +59,7 @@ my %sections = (
|
||||
'dhcp' => '(dhcpd: )',
|
||||
'dma' => '(dma: |dma\[.*\]: |postfix/\w*\[\d*\]: )',
|
||||
'guardian' => '(guardian\[.*\]: )',
|
||||
'ipblocklist' => '(ipblocklist: )',
|
||||
'ipfire' => '(ipfire: )',
|
||||
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
|
||||
'kernel' => '(kernel: (?!DROP_))',
|
||||
@@ -89,6 +90,7 @@ my %trsections = (
|
||||
'dhcp' => "$Lang::tr{'dhcp server'}",
|
||||
'dma' => 'Mail',
|
||||
'guardian' => "$Lang::tr{'guardian'}",
|
||||
'ipblocklist' => "$Lang::tr{'ipblocklist'}",
|
||||
'ipfire' => 'IPFire',
|
||||
'ipsec' => 'IPSec',
|
||||
'kernel' => "$Lang::tr{'kernel'}",
|
||||
|
||||
Reference in New Issue
Block a user