Add eBPF XDP DDoS menu

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-03-16 15:54:04 +00:00
parent dbb9b7014f
commit 31f89d1813
3 changed files with 9 additions and 0 deletions

View File

@@ -44,3 +44,8 @@
'title' => "$Lang::tr{'ipts'}",
'enabled' => 1,
};
$subfirewall->{'100.ids'} = {'caption' => $Lang::tr{'ebpf xdp ddos'},
'uri' => '/cgi-bin/ddos.cgi',
'title' => "$Lang::tr{'ebpf xdp ddos system'}",
'enabled' => 1,
};