mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Menu: Add ipblocklist entry to log menu.
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
d6b0613744
commit
42564758ab
@@ -43,6 +43,11 @@
|
|||||||
'title' => "$Lang::tr{'ids logs'}",
|
'title' => "$Lang::tr{'ids logs'}",
|
||||||
'enabled' => 1
|
'enabled' => 1
|
||||||
};
|
};
|
||||||
|
$sublogs->{'53.ipblocklist'} = {'caption' => $Lang::tr{'ipblocklist logs'},
|
||||||
|
'uri' => '/cgi-bin/logs.cgi/ipblocklists.dat',
|
||||||
|
'title' => "$Lang::tr{'ipblocklist logs'}",
|
||||||
|
'enabled' => 1
|
||||||
|
};
|
||||||
$sublogs->{'55.ovpnclients'} = {
|
$sublogs->{'55.ovpnclients'} = {
|
||||||
'caption' => $Lang::tr{'ovpn rw connection log'},
|
'caption' => $Lang::tr{'ovpn rw connection log'},
|
||||||
'uri' => '/cgi-bin/logs.cgi/ovpnclients.dat',
|
'uri' => '/cgi-bin/logs.cgi/ovpnclients.dat',
|
||||||
|
|||||||
Reference in New Issue
Block a user