]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/menu/50-firewall.menu
rpi-firmware: update to b2200cd.
[people/teissler/ipfire-2.x.git] / config / menu / 50-firewall.menu
index 94b2f5e1bb63c593dc2e8519d3da055d3fb98487..de28f8e259c8cf59870e6ae7a2bdd8d723c1c969 100644 (file)
                                'title' => "$Lang::tr{'outgoing firewall'}",
                                'enabled' => 1,
                                };
+    $subfirewall->{'51.outgoinggrp'} = {
+                               'caption' => $Lang::tr{'outgoing firewall groups'},
+                               'uri' => '/cgi-bin/outgoinggrp.cgi',
+                               'title' => "$Lang::tr{'outgoing firewall groups'}",
+                               'enabled' => 1,
+                               };
     $subfirewall->{'60.upnp'} = {
                                'caption' => 'UPnP',
                                'uri' => '/cgi-bin/upnp.cgi',
                                'title' => "Universal Plug and Play",
-                               'enabled' => 1,
+                               'enabled' => 0,
                                };
-    $subfirewall->{'70.fwopts'} = {
+    $subfirewall->{'60.optingsfw'} = {
                                'caption' => $Lang::tr{'options fw'},
                                'uri' => '/cgi-bin/optionsfw.cgi',
                                'title' => "$Lang::tr{'options fw'}",
                                'enabled' => 1,
-                                };
+                               };
+    $subfirewall->{'70.iptables'} = {
+                               'caption' => $Lang::tr{'ipts'},
+                               'uri' => '/cgi-bin/iptables.cgi',
+                               'title' => "$Lang::tr{'ipts'}",
+                               'enabled' => 1,
+                               };