]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/menu/50-firewall.menu
Merge remote-tracking branch 'origin/next' into fifteen
[people/teissler/ipfire-2.x.git] / config / menu / 50-firewall.menu
1 $subfirewall->{'10.forward'} = {
2 'caption' => $Lang::tr{'fwdfw menu'},
3 'uri' => '/cgi-bin/forwardfw.cgi',
4 'title' => "$Lang::tr{'fwdfw menu'}",
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.p2p'} = {
20 'caption' => 'P2P-Block',
21 'uri' => '/cgi-bin/p2p-block.cgi',
22 'title' => "P2P-Block",
23 'enabled' => 1,
24 };
25 $subfirewall->{'60.wireless'} = {
26 'caption' => $Lang::tr{'blue access'},
27 'uri' => '/cgi-bin/wireless.cgi',
28 'title' => "$Lang::tr{'blue access'}",
29 'enabled' => 1,
30 };
31 $subfirewall->{'70.upnp'} = {
32 'caption' => 'UPnP',
33 'uri' => '/cgi-bin/upnp.cgi',
34 'title' => "Universal Plug and Play",
35 'enabled' => 0,
36 };
37 $subfirewall->{'90.iptables'} = {
38 'caption' => $Lang::tr{'ipts'},
39 'uri' => '/cgi-bin/iptables.cgi',
40 'title' => "$Lang::tr{'ipts'}",
41 'enabled' => 1,
42 };