]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/menu/40-services.menu
Credits ueberarbeitet.
[people/teissler/ipfire-2.x.git] / config / menu / 40-services.menu
CommitLineData
24249567
MT
1 $subservices->{'10.ipsec'} = {
2 'caption' => 'IPSec',
3 'uri' => '/cgi-bin/vpnmain.cgi',
4 'title' => "$tr{'virtual private networking'}",
5 'enabled' => 1,
6 };
7 $subservices->{'20.openvpn'} = {
8 'caption' => 'OpenVPN',
9 'uri' => '/cgi-bin/ovpnmain.cgi',
10 'title' => "$tr{'virtual private networking'}",
11 'enabled' => 1,
12 };
13 $subservices->{'30.dyndns'} = {'caption' => $tr{'dynamic dns'},
14 'uri' => '/cgi-bin/ddns.cgi',
15 'title' => "$tr{'dynamic dns'}",
16 'enabled' => 1,
17 };
18 $subservices->{'40.time'} = {'caption' => $tr{'time server'},
19 'uri' => '/cgi-bin/time.cgi',
20 'title' => "$tr{'time server'}",
21 'enabled' => 1,
22 };
23 $subservices->{'50.qos'} = {'caption' => 'Quality of Service',
24 'uri' => '/cgi-bin/qos.cgi',
25 'title' => "Quality of Service",
26 'enabled' => 1,
27 };
28 $subservices->{'60.ids'} = {'caption' => $tr{'intrusion detection'},
29 'enabled' => 1,
30 'uri' => '/cgi-bin/ids.cgi',
31 'title' => "$tr{'intrusion detection system'}",
32 };