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,
};

View File

@@ -1511,6 +1511,8 @@
'intrusion detection system rules' => 'Ruleset',
'intrusion detection system2' => 'Intrusion Prevention System',
'intrusion prevention system' => 'Intrusion Prevention System',
'ebpf xdp ddos' => 'eBPF XDP DDoS Protection',
'ebpf xdp ddos system' => 'eBPF XDP DDoS Protection System',
'invalid broadcast ip' => 'Invalid broadcast IP',
'invalid cache size' => 'Invalid cache size.',
'invalid characters found in pre-shared key' => 'Invalid characters found in pre-shared key.',

View File

@@ -1503,6 +1503,8 @@
'intrusion detection system rules' => '规则集',
'intrusion detection system2' => '入侵检测系统',
'intrusion prevention system' => '入侵检测系统',
'ebpf xdp ddos' => 'eBPF XDP DDoS 分布式攻击防御',
'ebpf xdp ddos system' => 'eBPF XDP DDoS 分布式攻击防御系统',
'invalid broadcast ip' => '无效的广播IP',
'invalid cache size' => '无效的缓存大小。',
'invalid characters found in pre-shared key' => '在预共享密钥中找到无效字符。',