]> git.ipfire.org Git - ipfire-2.x.git/blob - config/menu/50-firewall.menu
firewall.menu: Drop entry for P2P-Block.
[ipfire-2.x.git] / config / menu / 50-firewall.menu
1 $subfirewall->{'10.firewall'} = {
2 'caption' => $Lang::tr{'firewall rules'},
3 'uri' => '/cgi-bin/firewall.cgi',
4 'title' => "$Lang::tr{'firewall rules'}",
5 'enabled' => 1,
6 };
7 $subfirewall->{'20.fwhost'} = {
8 'caption' => $Lang::tr{'fwhost menu'},
9 'uri' => '/cgi-bin/fwhosts.cgi',
10 'title' => "$Lang::tr{'fwhost menu'}",
11 'enabled' => 1,
12 };
13 $subfirewall->{'30.optionsfw'} = {
14 'caption' => $Lang::tr{'options fw'},
15 'uri' => '/cgi-bin/optionsfw.cgi',
16 'title' => "$Lang::tr{'options fw'}",
17 'enabled' => 1,
18 };
19 $subfirewall->{'40.ids'} = {'caption' => $Lang::tr{'intrusion detection'},
20 'uri' => '/cgi-bin/ids.cgi',
21 'title' => "$Lang::tr{'intrusion detection system'}",
22 'enabled' => 1,
23 };
24 $subfirewall->{'60.locationblock'} = {
25 'caption' => $Lang::tr{'locationblock'},
26 'uri' => '/cgi-bin/location-block.cgi',
27 'title' => $Lang::tr{'locationblock'},
28 'enabled' => 1,
29 };
30 $subfirewall->{'70.wireless'} = {
31 'caption' => $Lang::tr{'blue access'},
32 'uri' => '/cgi-bin/wireless.cgi',
33 'title' => "$Lang::tr{'blue access'}",
34 'enabled' => 1,
35 };
36 $subfirewall->{'90.iptables'} = {
37 'caption' => $Lang::tr{'ipts'},
38 'uri' => '/cgi-bin/iptables.cgi',
39 'title' => "$Lang::tr{'ipts'}",
40 'enabled' => 1,
41 };