diff --git a/config/menu/30-network.menu b/config/menu/30-network.menu index 4ef537ed4..7acd221ed 100644 --- a/config/menu/30-network.menu +++ b/config/menu/30-network.menu @@ -63,6 +63,12 @@ 'title' => "$Lang::tr{'static routes'}", 'enabled' => 1, }; + $subnetwork->{'63.loxilb'} = { + 'caption' => $Lang::tr{'loxilb'}, + 'uri' => '/cgi-bin/loxilb.cgi', + 'title' => "$Lang::tr{'loxilb'}", + 'enabled' => 1, + }; $subnetwork->{'70.aliases'} = { 'caption' => $Lang::tr{'aliases'}, 'uri' => '/cgi-bin/aliases.cgi', diff --git a/html/cgi-bin/loxilb.cgi b/html/cgi-bin/loxilb.cgi new file mode 100644 index 000000000..e69de29bb diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index bab4ee69f..f63118e47 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2452,6 +2452,7 @@ 'state or province' => 'State or Province', 'static ip' => 'Static IP', 'static routes' => 'Static Routes', +'loxilb' => 'eBPF Load Balancer', 'status' => 'Status', 'status information' => 'Status information', 'status ovpn' => 'OpenVPN', diff --git a/langs/zh/cgi-bin/zh.pl b/langs/zh/cgi-bin/zh.pl index 720e563be..e1056c9a3 100644 --- a/langs/zh/cgi-bin/zh.pl +++ b/langs/zh/cgi-bin/zh.pl @@ -2420,6 +2420,7 @@ 'state or province' => '州或省', 'static ip' => '静态IP', 'static routes' => '静态路由', +'loxilb' => 'eBPF 负载均衡', 'status' => '状态', 'status information' => '状态信息', 'status ovpn' => 'OpenVPN',