mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Menu: Add ipblocklist entry to firewall 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
42564758ab
commit
1fd351d407
@@ -21,6 +21,11 @@
|
||||
'title' => "$Lang::tr{'intrusion detection system'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'50.ipblocklist'} = {'caption' => $Lang::tr{'ipblocklist'},
|
||||
'uri' => '/cgi-bin/ipblocklist.cgi',
|
||||
'title' => "$Lang::tr{'ipblocklist'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'60.locationblock'} = {
|
||||
'caption' => $Lang::tr{'locationblock'},
|
||||
'uri' => '/cgi-bin/location-block.cgi',
|
||||
|
||||
Reference in New Issue
Block a user